Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / monthly / monthly_bonus.php
index 6490b4702509225a2b8eb850ae8485366276b7db..1d6026ebb48cdc0622c03c5bb0984a10f859ea71 100644 (file)
@@ -85,7 +85,7 @@ FROM `{!_MYSQL_PREFIX!}_user_data`
 ".$whereStatement1."".$add."
 ORDER BY points DESC, userid
 LIMIT %s",
-               array($whereStatement2), __FILE__, __LINE__);
+       array($whereStatement2), __FILE__, __LINE__);
 
        // Some entries were found?
        if (SQL_NUMROWS($result_main) > 0) {