X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdatabase%2Fclass_BaseDatabaseWrapper.php;h=5e7099e73490316f48fe9b9cc0df58e65b16bac8;hp=e406938b42fb4f025ec3a7b0d163888cbfef289a;hb=0d566e56ff27dcbf25a90d513950bbf26fe71422;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308 diff --git a/inc/classes/main/database/class_BaseDatabaseWrapper.php b/inc/classes/main/database/class_BaseDatabaseWrapper.php index e406938b..5e7099e7 100644 --- a/inc/classes/main/database/class_BaseDatabaseWrapper.php +++ b/inc/classes/main/database/class_BaseDatabaseWrapper.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @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(); } /**