Fix for monthly bonus
[mailer.git] / inc / monthly / monthly_bonus.php
index 42cfdeb3e4f3baa5e30172d5e1939693cee4e25d..f6c8f30c39eae2e06c7f6766d04ce44e40433e6a 100644 (file)
@@ -79,7 +79,7 @@ if (($curr != $_CONFIG['last_month']) && ($_CONFIG['bonus_ranks'] > 0) && ($CSS
        // SQL string to check for accounts
        $result_main = SQL_QUERY_ESC("SELECT userid, email, (turbo_bonus + login_bonus + bonus_order + bonus_stats + bonus_ref) AS active_bonus
 FROM "._MYSQL_PREFIX."_user_data
-".$whereStatement1." %s".$ADD."
+".$whereStatement1."".$ADD."
 ORDER BY active_bonus DESC, userid LIMIT %s",
  array($whereStatement2), __FILE__, __LINE__);