]> git.mxchange.org Git - mailer.git/blobdiff - inc/autopurge.php
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / inc / autopurge.php
index 262bc3d1f3518bfc4a12d4a8c31af111fab6a050..aec79e6cc367c3a16795584aed808e6bb4f3e6df 100644 (file)
@@ -37,14 +37,11 @@ if (!defined('__SECURITY')) {
        require($INC);
 } // END - if
 
-// Load all includes
-$INC_POOL = GET_DIR_AS_ARRAY("inc/autopurge/", "purge-");
-
 // Run the filter
-RUN_FILTER('load_includes', $INC_POOL);
+runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/autopurge/", "purge-"));
 
 // Run filters for extra autopurge
-RUN_FILTER('extra_autopurge');
+runFilterChain('extra_autopurge');
 
 //
 ?>