]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/sql_patches/mode-remove.php
First batch of removal of the headers needed for revision-functions.php
[mailer.git] / inc / extensions / sql_patches / mode-remove.php
index 3b8f5039913e70109d3cb876df5cf21e23cda0e0..45d24571b5ebb0cf615baee2d8040eed8127296b 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Schritte zum Entfernen von ext-sql_patches       *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
@@ -68,7 +63,6 @@ IN (
 // Delete/update member menu entries
 addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_member_menu` WHERE
 `what`='stats2' OR
-`what`='reflist' 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
@@ -94,5 +88,8 @@ unregisterFilter(__FILE__, __LINE__, 'extra_autopurge', 'SERVER_NAME_EXTRA_AUTOP
 unregisterFilter(__FILE__, __LINE__, 'determine_menu_mode', 'DETERMINE_MENU_MODE_GENERIC', TRUE, isExtensionDryRun());
 unregisterFilter(__FILE__, __LINE__, 'config_userid_exclusion_sql', 'EXCLUDE_DEFAULT_REFID', TRUE, isExtensionDryRun());
 
+// Remove modules
+addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_mod_reg` WHERE `module`='ajax'");
+
 // [EOF]
 ?>