X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Freset%2Freset_bonus.php;h=9a5d8a77f19d6159b96b55c1bd00404732c6e04b;hb=f2aeaab0cd313b2eeb151642455ed558f6b186dc;hp=307d9d31e5805ddfffc0fb44413548d06955ec98;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594;p=mailer.git diff --git a/inc/reset/reset_bonus.php b/inc/reset/reset_bonus.php index 307d9d31e5..9a5d8a77f1 100644 --- a/inc/reset/reset_bonus.php +++ b/inc/reset/reset_bonus.php @@ -1,7 +1,7 @@ \n"; - // Purge expired entries in _bonus_turbo -BONUS_PURGE_EXPIRED_TURBO_BONUS(); +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] ?>