]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_gmnu.php
A3H added, handling fixed:
[mailer.git] / inc / modules / admin / what-repair_gmnu.php
index cff162ad9df99e1bac4ea321dc3b2584c7e793c4..e7afcd83e637232c57d688cabda753c6134bfd1c 100644 (file)
@@ -55,7 +55,7 @@ while ($content = SQL_FETCHARRAY($result_fix)) {
        $actions[] = $content['action'];
 
        // Fix weight
-       $result_sort = SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_guest_menu` SET `sort`='%s WHERE `id`=%s' LIMIT 1",
+       $result_sort = SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_guest_menu` SET `sort`=%s WHERE `id`=%s LIMIT 1",
                array($cnt, $content['id']), __FILE__, __LINE__);
 
        // Get updated rows