X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-timezone.php;h=90a8bc26f43c55f051ad32eaa96c97e2ea053d6d;hb=168004e78b90321c9e8b0f1d9b591fb8159a9c96;hp=46ec4d9367d56d4e38ccb80df39285063f509f2f;hpb=3e59c04a3d42b5916bb8bde102979ef02e39954f;p=mailer.git diff --git a/inc/extensions/ext-timezone.php b/inc/extensions/ext-timezone.php index 46ec4d9367..90a8bc26f4 100644 --- a/inc/extensions/ext-timezone.php +++ b/inc/extensions/ext-timezone.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -65,7 +63,7 @@ switch (getExtensionMode()) { addExtensionSQL("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_admin_menu` WHERE `what`='config_timezone' LIMIT 1"); // Unregister filter - unregisterFilter('init', 'INIT_TIMEZONE', true, isExtensionDryRun()); + unregisterFilter(__FUNCTION__, __LINE__, 'init', 'INIT_TIMEZONE', true, isExtensionDryRun()); break; case 'activate': // Do stuff when admin activates this extension