mirror of https://github.com/BOINC/boinc.git
- web: typo in filtered results (from R. Haselgrove)
svn path=/trunk/boinc/; revision=18294
This commit is contained in:
parent
45b7b302d0
commit
ff8b2cb0c2
|
@ -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
|
||||||
|
|
|
@ -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 ",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue