Functions renamed to new naming convetion, TODOs.txt updated
[mailer.git] / inc / extensions / ext-active.php
index 79d213b6e641e5cea6625834156daa1a6aa83955..7bfd72efe37b2e6ad75ddf66690fdad62bc211f2 100644 (file)
@@ -61,7 +61,7 @@ switch ($EXT_LOAD_MODE)
                ADD_EXT_SQL("DELETE LOW_PRIORITY FROM `{!_MYSQL_PREFIX!}_admin_menu` WHERE `what`='config_active'");
 
                // Unregister filter
-               UNREGISTER_FILTER('online_extra_links', 'ADD_LINK_ACTIVE_LIST', true, $dry_run);
+               unregisterFilter('online_extra_links', 'ADD_LINK_ACTIVE_LIST', true, $dry_run);
                break;
 
        case 'activate': // Do stuff when admin activates this extension
@@ -125,7 +125,7 @@ switch ($EXT_LOAD_MODE)
                                EXT_ADD_UPDATE_DEPENDS('online');
 
                                // Register filter
-                               REGISTER_FILTER('online_extra_links', 'ADD_LINK_ACTIVE_LIST', false, true, $dry_run);
+                               registerFilter('online_extra_links', 'ADD_LINK_ACTIVE_LIST', false, true, $dry_run);
 
                                // Update notes (these will be set as task text!)
                                EXT_SET_UPDATE_NOTES("Filter f&uuml;r den &quot;Wer ist Online&quot; Block hinzugef&uuml;gt und ist von <strong>online</strong> abh&auml;ngig.");