- web: typo in filtered results (from R. Haselgrove)

svn path=/trunk/boinc/; revision=18294
This commit is contained in:
David Anderson 2009-06-04 16:31:47 +00:00
parent 45b7b302d0
commit ff8b2cb0c2
2 changed files with 7 additions and 1 deletions

View File

@ -5074,3 +5074,9 @@ Rom 4 June 2009
clientgui/ clientgui/
browser.cpp browser.cpp
David 4 June 2009
- web: typo in filtered results (from R. Haselgrove)
html/inc/
result.inc

View File

@ -73,7 +73,7 @@ $state_clause = array(
" and server_state=4 ", " and server_state=4 ",
" and server_state=5 and outcome=1 and (validate_state=0 or validate_state=4) ", " and server_state=5 and outcome=1 and (validate_state=0 or validate_state=4) ",
" and server_state=5 and outcome=1 and validate_state=1 ", " and server_state=5 and outcome=1 and validate_state=1 ",
" and server_state=5 and (outcome=6 or (outcome=1 and (validate_state=2 or validate_state=5)) ", " and server_state=5 and (outcome=6 or (outcome=1 and (validate_state=2 or validate_state=5))) ",
" and server_state=5 and outcome=3 ", " and server_state=5 and outcome=3 ",
); );