From: Roland Häder Date: Thu, 26 Mar 2009 11:55:21 +0000 (+0000) Subject: Fix for parser error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d480b3a8bc2a5c4654067c732228490e448a6c8a;p=mailer.git Fix for parser error --- diff --git a/mailid_top.php b/mailid_top.php index 7e4f9a2f40..9a6c54cc64 100644 --- a/mailid_top.php +++ b/mailid_top.php @@ -214,7 +214,7 @@ if (isInstalled()) { // Update random confirmed as well? if (GET_EXT_VERSION('user') >= '0.3.4') { // Update second counter - SQL_QUERY_ESC(OB"UPDATE `{!_MYSQL_PREFIX!}_user_data` SET rand_confirmed=rand_confirmed + 1 WHERE userid=%s LIMIT 1", + SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_user_data` SET rand_confirmed=rand_confirmed + 1 WHERE userid=%s LIMIT 1", array($url_uid), __FILE__, __LINE__); } // END - if } // END - if