From 1d0718bad7972ceb57499556f14d251a2030c352 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 7 Mar 2009 07:22:36 +0000 Subject: [PATCH] LIMIT removed --- inc/extensions/ext-sql_patches.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/extensions/ext-sql_patches.php b/inc/extensions/ext-sql_patches.php index 3dc39325bd..482379689f 100644 --- a/inc/extensions/ext-sql_patches.php +++ b/inc/extensions/ext-sql_patches.php @@ -75,8 +75,7 @@ case "remove": // Do stuff when removing extension `what`='config_admin' OR `what`='config_proxy' OR `what`='config_session' OR -`what`='list_filter' -LIMIT 10"); +`what`='list_filter'"); // Delete/update member menu entries ADD_SQL("DELETE LOW_PRIORITY FROM `{!_MYSQL_PREFIX!}_member_menu` WHERE -- 2.39.2