*** empty log message ***

svn path=/trunk/boinc/; revision=2298
This commit is contained in:
Karl Chen 2003-09-07 07:01:04 +00:00
parent f894936741
commit 97c486db13
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ function host_user_link($hostid)
function outcome_color($s) {
switch($s) {
case 0: return 'eeeeee'; // unknown (server state not over probably)
// case 0: return 'eeeeee'; // unknown (server state not over probably)
case 1: return '33cc33'; // "Success"
case 3: return 'ff3333'; // "Client error"
}