]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
More improved SQL queries
[mailer.git] / inc / filters.php
index 3ef321ce3234673aef4bbefeb043c8c86e51c0e2..846668aa081dc65bc0457b484ba7fe8132bd84c4 100644 (file)
@@ -407,7 +407,7 @@ function FILTER_LOAD_INCLUDES ($data) {
        if (count($INC_POOL) > 0) {
                // Loads every include file
                foreach ($INC_POOL as $FQFN) {
-                       require_once($FQFN);
+                       LOAD_INC_ONCE($FQFN);
                } // END - foreach
 
                // Reset array