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);
// 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__);