]> git.mxchange.org Git - mailer.git/commitdiff
LIMIT removed
authorRoland Häder <roland@mxchange.org>
Sat, 7 Mar 2009 07:22:36 +0000 (07:22 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 7 Mar 2009 07:22:36 +0000 (07:22 +0000)
inc/extensions/ext-sql_patches.php

index 3dc39325bdc150da78b6826f7e16e16cd0b0dfb7..482379689f09d39ed885fe4e44bb26e6a89021b5 100644 (file)
@@ -75,8 +75,7 @@ case "remove": // Do stuff when removing extension
 `what`='config_admin' OR
 `what`='config_proxy' OR
 `what`='config_session' OR
 `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
 
        // Delete/update member menu entries
        ADD_SQL("DELETE LOW_PRIORITY FROM `{!_MYSQL_PREFIX!}_member_menu` WHERE