]> git.mxchange.org Git - mailer.git/commitdiff
Added missing session-functions to loader
authorRoland Häder <roland@mxchange.org>
Sat, 28 Feb 2009 23:24:51 +0000 (23:24 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 28 Feb 2009 23:24:51 +0000 (23:24 +0000)
inc/mysql-connect.php

index 15a5e4f7919ff90f690bd7ba9c1783625d7a989f..d3418fde37818f0d4680a236cd51a217d5a900f8 100644 (file)
@@ -44,7 +44,7 @@ define('DEBUG_SQL', false);
 require("inc/functions.php");
 
 // Load more function libraries
-foreach (array('request-functions', 'config-functions', 'filters', 'mysql-manager', 'extensions', 'db/lib', 'handler', 'hooks') as $lib) {
+foreach (array('request-functions', 'session-functions', 'config-functions', 'filters', 'mysql-manager', 'extensions', 'db/lib', 'handler', 'hooks') as $lib) {
        // Load special functions
        LOAD_INC_ONCE(sprintf("inc/%s.php", $lib));
 } // END - foreach