]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_beg.php
More SQL rewrites, TODO: Put all table and column names in backticks (`)
[mailer.git] / inc / monthly / monthly_beg.php
index f9019b0cc0fb78bc057bee2046c475c9bb9f4950..ecc3c3ed927a22eb85bbba443bdc61f661ffe1eb 100644 (file)
@@ -86,7 +86,7 @@ LIMIT %s",
                } // END - while
 
                // Reset accounts
-               $result = SQL_QUERY("UPDATE "._MYSQL_PREFIX."_user_data SET beg_points=0.00000 WHERE beg_points > 0", __FILE__, __LINE__);
+               $result = SQL_QUERY("UPDATE `"._MYSQL_PREFIX."_user_data` SET beg_points=0.00000 WHERE beg_points > 0", __FILE__, __LINE__);
        } // END - if
 
        // Free memory