From d13ff47b8686dd2632cda3ad2c4008a5063e3061 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 30 Aug 2008 12:33:30 +0000 Subject: [PATCH] Removal of sql_patches should now remove what=stats2 in member menu --- inc/extensions/ext-sql_patches.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/extensions/ext-sql_patches.php b/inc/extensions/ext-sql_patches.php index 2c9e188e5c..e71bf2c68a 100644 --- a/inc/extensions/ext-sql_patches.php +++ b/inc/extensions/ext-sql_patches.php @@ -72,10 +72,11 @@ LIMIT 13"; $SQLs[] = "DELETE LOW_PRIORITY FROM "._MYSQL_PREFIX."_member_menu WHERE action='themes' OR what='themes' OR +what='stats2' OR (action='stats' AND (what='' OR what IS NULL)) OR (action='extras' AND (what='' OR what IS NULL)) OR (action='rals' AND (what='' OR what IS NULL)) OR -(action='account' AND (what='' OR what IS NULL)) LIMIT 7"; +(action='account' AND (what='' OR what IS NULL)) LIMIT 8"; $SQLs[] = "UPDATE "._MYSQL_PREFIX."_member_menu SET action='main' WHERE action='stats' OR action='extras' OR -- 2.30.2