X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Freset%2Freset_beg.php;h=04124255e04e9807ddbb8d7a3b6f1ad12cfca66c;hp=dc59885448ef6c2c811078db7d027f67e81db52a;hb=83574a6475896fbdc231e685e2ebb0ee4f3e6eba;hpb=b09d135d6a0078142a44b33a91d939d6569c8782;ds=sidebyside diff --git a/inc/reset/reset_beg.php b/inc/reset/reset_beg.php index dc59885448..04124255e0 100644 --- a/inc/reset/reset_beg.php +++ b/inc/reset/reset_beg.php @@ -48,7 +48,7 @@ if ((getOutputMode() != 0) || (!isResetModeEnabled()) || (getConfig('beg_rallye' //* DEBUG: */ outputHtml(basename(__FILE__)."
"); // 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]