]> 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 80f7716a8cb4fc5237ad8462fbc01ea10d0f7b60..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                      *
@@ -93,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]
 ?>