]> git.mxchange.org Git - mailer.git/blobdiff - mailid_top.php
Fix for parser error
[mailer.git] / mailid_top.php
index 7e4f9a2f4084d89d5d63c29e89d3fa00c68206e1..9a6c54cc648eed1f1d77c439864d6377b0d984ef 100644 (file)
@@ -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