From ff8b2cb0c25c9ad7a377a1ffb24336bda3ab4f4a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 4 Jun 2009 16:31:47 +0000 Subject: [PATCH] - web: typo in filtered results (from R. Haselgrove) svn path=/trunk/boinc/; revision=18294 --- checkin_notes | 6 ++++++ html/inc/result.inc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 5c5aceb81d..1ebdbc7eb4 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5074,3 +5074,9 @@ Rom 4 June 2009 clientgui/ browser.cpp + +David 4 June 2009 + - web: typo in filtered results (from R. Haselgrove) + + html/inc/ + result.inc diff --git a/html/inc/result.inc b/html/inc/result.inc index e93e76911f..e0ef571f3a 100644 --- a/html/inc/result.inc +++ b/html/inc/result.inc @@ -73,7 +73,7 @@ $state_clause = array( " 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=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 ", );