changeset 568:4024f663a8e7

Add missing whitespace to SQL statement.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 May 2014 16:26:48 +0300
parents 3ca521d14cf2
children 9e8637631089
files msite.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msite.inc.php	Tue May 06 15:35:31 2014 +0300
+++ b/msite.inc.php	Tue May 06 16:26:48 2014 +0300
@@ -458,7 +458,7 @@
   }
 
   $sql .= " ".
-    "WHERE entries.compo_id=".$compo_id.
+    "WHERE entries.compo_id=".$compo_id." ".
     "GROUP BY entries.id ".
     "ORDER BY votesum DESC";