X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freset%2Freset_bonus.php;h=38d97091fb96b7b494bca0988473ae7c065ab5d3;hb=3767eef30a9e514e95625e6da22418ab297b204d;hp=e8a52fda589d7438bfebc01e9900f51391230a8c;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/reset/reset_bonus.php b/inc/reset/reset_bonus.php index e8a52fda58..38d97091fb 100644 --- a/inc/reset/reset_bonus.php +++ b/inc/reset/reset_bonus.php @@ -1,7 +1,7 @@ "); - // Purge expired entries in _bonus_turbo purgeExpiredTurboBonus(); // Reset accounts -$result = SQL_QUERY("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET turbo_bonus=0, login_bonus=0, bonus_order=0, bonus_stats=0, bonus_ref=0", -__FILE__, __LINE__); +SQL_QUERY('UPDATE + `{?_MYSQL_PREFIX?}_user_data` +SET + `turbo_bonus`=0, + `login_bonus`=0, + `bonus_order`=0, + `bonus_stats`=0, + `bonus_ref`=0', + __FILE__, __LINE__); // [EOF] ?>