]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-rallye.php
Functions renamed to new naming convetion, TODOs.txt updated
[mailer.git] / inc / extensions / ext-rallye.php
index ad8df4d644a5d02ca2e9253f98082173639d7a7d..e4e2963dd80ea04cbd21a49073a847cef8a76985 100644 (file)
@@ -114,7 +114,7 @@ PRIMARY KEY(id)
                ADD_EXT_SQL("DELETE LOW_PRIORITY FROM `{!_MYSQL_PREFIX!}_member_menu` WHERE `what`='rallyes'");
 
                // Unregister filter
-               UNREGISTER_FILTER('extra_autopurge', 'RALLYE_EXTRA_AUTOPURGE', true, $dry_run);
+               unregisterFilter('extra_autopurge', 'RALLYE_EXTRA_AUTOPURGE', true, $dry_run);
                break;
 
        case 'activate': // Do stuff when admin activates this extension
@@ -313,7 +313,7 @@ Zudem sollten Sie mindestens folgende Templates (in <strong>templates/".getLangu
                                EXT_ADD_UPDATE_DEPENDS('sql_patches');
 
                                // Register filter
-                               REGISTER_FILTER('extra_autopurge', 'RALLYE_EXTRA_AUTOPURGE', false, true, $dry_run);
+                               registerFilter('extra_autopurge', 'RALLYE_EXTRA_AUTOPURGE', false, true, $dry_run);
 
                                // Update notes (these will be set as task text!)
                                EXT_SET_UPDATE_NOTES("Filter hinzugef&uuml;gt und ist von <strong>sql_patches</strong> abh&auml;ngig.");