]> git.mxchange.org Git - mailer.git/commitdiff
Do not reset accounts on daily reset
authorRoland Häder <roland@mxchange.org>
Fri, 15 Jul 2011 22:37:57 +0000 (22:37 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 15 Jul 2011 22:37:57 +0000 (22:37 +0000)
inc/daily/daily_bonus.php

index 654b50b9081b9a5d5eeb42897446e847051ee32f..fde85887859ddebaf125d5199c77bbe0ed9764d2 100644 (file)
@@ -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.');