Unknown module in non-HTML mode, debug comments removed :(
[mailer.git] / inc / reset / reset_beg.php
index dc59885448ef6c2c811078db7d027f67e81db52a..04124255e04e9807ddbb8d7a3b6f1ad12cfca66c 100644 (file)
@@ -48,7 +48,7 @@ if ((getOutputMode() != 0) || (!isResetModeEnabled()) || (getConfig('beg_rallye'
 //* DEBUG: */ outputHtml(basename(__FILE__)."<br />");
 
 // Reset accounts
 //* DEBUG: */ outputHtml(basename(__FILE__)."<br />");
 
 // 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__);
 
 // [EOF]
        __FILE__, __LINE__);
 
 // [EOF]