]> git.mxchange.org Git - mailer.git/commitdiff
Fix for monthly bonus
authorRoland Häder <roland@mxchange.org>
Sat, 4 Oct 2008 11:23:55 +0000 (11:23 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 4 Oct 2008 11:23:55 +0000 (11:23 +0000)
inc/databases.php
inc/monthly/monthly_bonus.php

index 3077e9822b41e6905a922886de49607bb7b412b7..bb52ea6502a996832af3933aa5b3b3a74b870222 100644 (file)
@@ -113,7 +113,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
-define('CURR_SVN_REVISION', "438");
+define('CURR_SVN_REVISION', "439");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
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__);