]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_beg.php
GigaPromo now fully integrated
[mailer.git] / inc / reset / reset_beg.php
index cc6dac75e4c7fa81fb349761f06a63dd6d7c81be..3d73e431de89294016382dc926b9a8e603c7154e 100644 (file)
@@ -47,9 +47,7 @@ if (!defined('__SECURITY')) {
 if ((getOutputMode() != 0) || (!isResetModeEnabled()) || (getConfig('beg_rallye') == 'Y')) return;
 //* DEBUG: */ outputHtml(basename(__FILE__)."<br />");
 
-// Reset accounts
-$result = SQL_QUERY("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `beg_points`=0.00000 WHERE `beg_points` > 0",
-       __FILE__, __LINE__);
+// @TODO This should be converted in a daily beg rallye
 
 // [EOF]
 ?>