Moved all FILTER_FOO() filter functions to an own include directory:
[mailer.git] / inc / extensions / ext-rallye.php
index b594f4e0543462db737bff7155734000602ba46b..90583365c6fefcfe457a0756dcf6e39c28e052f7 100644 (file)
@@ -326,7 +326,7 @@ Zudem sollten Sie mindestens folgende Templates (in <strong>templates/".getLangu
 
        case 'init': // Do stuff when extension is initialized
                // Do stuff only when not in CSS mode
-               // @TODO Move this code into rallye_functions.php
+               // @TODO Move this code into a hook
                if (!isCssOutputMode()) {
                        // Get total member count
                        $total = getTotalConfirmedUser();