]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_extensions.php
Fixes for sending pool
[mailer.git] / inc / load_extensions.php
index 3fea0700f1513b4bd27cc4501934b4b0e4308f2a..bc9a4a5bb4c4cdfe24efc839c990a9a14c289d2c 100644 (file)
@@ -275,10 +275,10 @@ if ((SQL_NUMROWS($res_ext_crt) > 0) && (($cacheMode == "init") || ($cacheMode ==
                // Load more cache files (like admins)
                require_once(PATH."inc/load_cache.php");
        } // END - if
-}
 
-// Free memory
-SQL_FREERESULT($res_ext_crt);
+       // Free memory
+       SQL_FREERESULT($res_ext_crt);
+}
 
 // Load include files
 if (!empty($INC_POOL[0])) {