diff options
Diffstat (limited to 'cacert/scripts/updatesort.php')
-rwxr-xr-x | cacert/scripts/updatesort.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cacert/scripts/updatesort.php b/cacert/scripts/updatesort.php index ff96080..4d36bfc 100755 --- a/cacert/scripts/updatesort.php +++ b/cacert/scripts/updatesort.php @@ -20,7 +20,7 @@ - mysql_query("update users set assurer=0"); + //mysql_query("update users set assurer=0"); $query = "select notary.`to` as uid from notary group by notary.`to` having sum(points)>=100;"; $res = mysql_query($query); while($row = mysql_fetch_assoc($res)) |