From: Roland Häder Date: Sat, 30 Aug 2008 12:33:30 +0000 (+0000) Subject: Removal of sql_patches should now remove what=stats2 in member menu X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=d13ff47b8686dd2632cda3ad2c4008a5063e3061 Removal of sql_patches should now remove what=stats2 in member menu --- 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