]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_points.php
Some fixes,re-orders and ext-surfbar actions are now XML-enabled
[mailer.git] / inc / modules / admin / what-config_points.php
index a9cab39d96eed67c222f14cb7690cfb0b42b9e23..2f0808e26f4f501c451e3b03d2a8e6d9a9fb5205 100644 (file)
@@ -135,7 +135,7 @@ WHERE
 
        if ((isSqlsValid()) && (isSqlsValid())) {
                if (strpos($GLOBALS['sqls'][0], 'INSERT') > -1) {
-                       $result = SQL_QUERY_ESC("SELECT `id` FROM `{?_MYSQL_PREFIX?}_refdepths` WHERE `level`='%s' LIMIT 1",
+                       $result = SQL_QUERY_ESC("SELECT `id` FROM `{?_MYSQL_PREFIX?}_refdepths` WHERE `level`=%s LIMIT 1",
                                array(bigintval(postRequestParameter('level'))), __FILE__, __LINE__);
                        SQL_FREERESULT($result);
                } // END - if