X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-online.php;h=5359cdff6e7755e1a11f9e59c7d6f044479ef602;hb=ff2f1e349cf09465870ba39256f7d0b5e3dd92f9;hp=08e7edc0c1afc41e0f148ec7935aba63fb07d67e;hpb=24df93d2a2050ff43a111fa8169bd667edf8bcd8;p=mailer.git diff --git a/inc/extensions/ext-online.php b/inc/extensions/ext-online.php index 08e7edc0c1..5359cdff6e 100644 --- a/inc/extensions/ext-online.php +++ b/inc/extensions/ext-online.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 * @@ -79,7 +77,7 @@ INDEX `admin_member` (`is_admin`, `is_member`) addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_guest_menu` WHERE `action`='online'"); // Unregister filter - unregisterFilter('init', 'UPDATE_ONLINE_LIST', true, isExtensionDryRun()); + unregisterFilter(__FUNCTION__, __LINE__, 'init', 'UPDATE_ONLINE_LIST', true, isExtensionDryRun()); break; case 'activate': // Do stuff when admin activates this extension