From 18d7f2508dab95f1524b56132006c0e704d3ae92 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Sun, 18 Mar 2012 17:28:33 +0100 Subject: Removed training semikolon from SQL statement --- scripts/cron/updatesort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- cgit v1.2.1