Fix for method in FrameworkConfiguration, removal of unneccessary code
[core.git] / inc / classes / main / database / class_BaseDatabaseWrapper.php
index e406938b42fb4f025ec3a7b0d163888cbfef289a..5e7099e73490316f48fe9b9cc0df58e65b16bac8 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -37,16 +37,12 @@ class BaseDatabaseWrapper extends BaseFrameworkSystem {
         *
         * @return      void
         */
-       protected function __construct($class) {
+       protected function __construct ($class) {
                // Call parent constructor
                parent::__construct($class);
 
                // Initialize the cache instance
                $this->initCacheInstance();
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**