summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/cron/updatesort.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cron/updatesort.php b/scripts/cron/updatesort.php
index aa20b09..1c80756 100755
--- a/scripts/cron/updatesort.php
+++ b/scripts/cron/updatesort.php
@@ -21,7 +21,7 @@
//mysql_query("update users set assurer=0");
- $query = "select notary.`to` as uid from notary group by notary.`to` having sum(points)>=100;";
+ $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))
{