X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fsql_patches%2Fmode-remove.php;h=45d24571b5ebb0cf615baee2d8040eed8127296b;hb=4373e155854012d687fdfcae4c69d1a940883fab;hp=80f7716a8cb4fc5237ad8462fbc01ea10d0f7b60;hpb=6d08952d672c5a5de7d8522f894a5665599a2a4a;p=mailer.git diff --git a/inc/extensions/sql_patches/mode-remove.php b/inc/extensions/sql_patches/mode-remove.php index 80f7716a8c..45d24571b5 100644 --- a/inc/extensions/sql_patches/mode-remove.php +++ b/inc/extensions/sql_patches/mode-remove.php @@ -10,11 +10,6 @@ * -------------------------------------------------------------------- * * 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] ?>