]> git.mxchange.org Git - mailer.git/commitdiff
Safer init...
authorRoland Häder <roland@mxchange.org>
Sun, 1 Mar 2009 00:21:12 +0000 (00:21 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 1 Mar 2009 00:21:12 +0000 (00:21 +0000)
inc/load_extensions.php

index aa14de23a4675a910b27e09767ca30a26e26f77b..ad2298df621875eb83f35689322470219b8d83c9 100644 (file)
@@ -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
 //