Began to rewrite whole script for newly added filters, new extension stub 'network...
[mailer.git] / inc / pool-update.php
index 628b18a310a0e99005e08ef57234f39b004f424d..f54f84bf4d95053040c7be1e4920084ac6548d2d 100644 (file)
@@ -52,14 +52,8 @@ $cnt = 0; $msg = "";
 // Load more cache includes
 $INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/pool/", "pool-");
 
-// Include all
-foreach ($INC_POOL as $fqfn) {
-       // Include the file
-       require_once($fqfn);
-} // END - foreach
-
-// Remove array
-unset($INC_POOL);
+// Run the filter
+RUN_FILTER('load_includes');
 
 // Remove message (IMPORTANT!)
 unset($msg);