From: Roland Häder Date: Fri, 15 Jul 2011 22:37:57 +0000 (+0000) Subject: Do not reset accounts on daily reset X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e21b078ce4023a4405c8b546ae603fdfbfb36bc8;p=mailer.git Do not reset accounts on daily reset --- diff --git a/inc/daily/daily_bonus.php b/inc/daily/daily_bonus.php index 654b50b908..fde8588785 100644 --- a/inc/daily/daily_bonus.php +++ b/inc/daily/daily_bonus.php @@ -52,17 +52,6 @@ if (!defined('__SECURITY')) { // Purge expired entries in _bonus_turbo purgeExpiredTurboBonus(); -// Reset accounts -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__); - // Debug line //* DEBUG: */ logDebugMessage(__FILE__, __LINE__, 'Daily reset ended.');