From 44c75beccac691220f148eb937fafa922a0018f1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 27 May 2012 06:26:10 +0000 Subject: [PATCH] - admin web: fix revalidated script svn path=/trunk/boinc/; revision=25720 --- checkin_notes | 6 ++++++ html/ops/revalidate.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 0461cf239a..04a8ac9ba8 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4067,3 +4067,9 @@ David 26 May 2012 html/user/ am_set_info.php + +David 26 May 2012 + - admin web: fix revalidated script + + html/ops/ + revalidate.cpp diff --git a/html/ops/revalidate.php b/html/ops/revalidate.php index 7aafde0214..4ef4ff1acd 100644 --- a/html/ops/revalidate.php +++ b/html/ops/revalidate.php @@ -55,7 +55,7 @@ function revalidate($clause) { $n = 0; foreach ($results as $result) { if ($result->server_state != 5) continue; - if ($result->outcome != 0) continue; + if ($result->outcome != 1) continue; if ($result->validate_state < 2) continue; $result->update("validate_state=0"); echo "
updated result $result->id\n";