From e21b078ce4023a4405c8b546ae603fdfbfb36bc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 15 Jul 2011 22:37:57 +0000 Subject: [PATCH] Do not reset accounts on daily reset --- inc/daily/daily_bonus.php | 11 ----------- 1 file changed, 11 deletions(-) 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.'); -- 2.39.5