From: quix0r Date: Sun, 1 Mar 2009 00:21:12 +0000 (+0000) Subject: Safer init... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2e380bab4a4c537e09239eb3941fe58b81aab597;p=mailer.git Safer init... --- diff --git a/inc/load_extensions.php b/inc/load_extensions.php index aa14de23a4..ad2298df62 100644 --- a/inc/load_extensions.php +++ b/inc/load_extensions.php @@ -57,6 +57,9 @@ $GLOBALS['cacheMode'] = "no"; // Load sql_patchrs extension alone LOAD_EXTENSION("sql_patches"); +// Init inc pool array +$INC_POOL = array(); + // // Load extensions //