mirror of https://github.com/BOINC/boinc.git
- admin web: fix revalidated script
svn path=/trunk/boinc/; revision=25720
This commit is contained in:
parent
389a95a6a7
commit
44c75becca
|
@ -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
|
||||
|
|
|
@ -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 "<br>updated result $result->id\n";
|
||||
|
|
Loading…
Reference in New Issue