]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_bonus.php
Another column fix
[mailer.git] / inc / reset / reset_bonus.php
index f4e42eb44028a977c65d76b75cc63c25a1b2b2b8..d0a57bf66bd104e9f5093b8a67027bdd0ee5c250 100644 (file)
@@ -41,7 +41,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode or no daily reset
-if (($CSS == 1) || (!isBooleanConstantAndTrue('__DAILY_RESET'))) return;
+if (($CSS == 1) || (!defined('__DAILY_RESET'))) return;
 
 // 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",