Missing updated files added
authorRoland Häder <roland@mxchange.org>
Fri, 19 Dec 2008 18:01:29 +0000 (18:01 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 19 Dec 2008 18:01:29 +0000 (18:01 +0000)
inc/databases.php
inc/mysql-connect.php

index 90e7918eaf98983a8ea08a5b08f4e9e67ddd729d..fb4d322b7cf473649cb79786763c23406d75c354 100644 (file)
@@ -115,7 +115,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
-define('CURR_SVN_REVISION', "674");
+define('CURR_SVN_REVISION', "675");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index 3d00c3ca4643ee255b9ae45674e5d8a745c6d136..4dcd7eaee0ab90b689714194a7a5ce5c0a429aca 100644 (file)
@@ -155,9 +155,6 @@ if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndT
                                // Load configuration stuff
                                $_CONFIG = merge_array($_CONFIG, LOAD_CONFIG());
 
-                               // Initialize include-file-pool
-                               $INC_POOL = array();
-
                                // Load "databases" aka static arrays
                                require_once(PATH."inc/databases.php");
 
@@ -173,9 +170,6 @@ if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndT
                                // Session management
                                require_once(PATH."inc/session.php");
 
-                               // Init filter system
-                               INIT_FILTER_SYSTEM();
-
                                // Run daily reset
                                require_once(PATH."inc/check-reset.php");