]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_beg.php
Doubler and jackpot fixes
[mailer.git] / inc / reset / reset_beg.php
index 830398a1682620e84bccc998bb3666ec58910600..062b602a5d7ce7975e2095be7129f2617b89b4f0 100644 (file)
@@ -47,7 +47,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 if (($CSS == 1) || (!defined('__DAILY_RESET'))) return;
 
 // Reset accounts
-$result = SQL_QUERY("UPDATE "._MYSQL_PREFIX."_user_data SET beg_points='0.00000' WHERE beg_points > 0",
+$result = SQL_QUERY("UPDATE "._MYSQL_PREFIX."_user_data SET beg_points=0.00000 WHERE beg_points > 0",
  __FILE__, __LINE__);
 
 //