X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_Base;h=fa27bb4fcaf14d0bdf8a57ea5bbaefef14c28d3b;hp=9f3eee9f437473516b168b2c5d9307c08d2a672e;hb=51caaa61ae7ee017abdfd116bbd8c438451315b2;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308;ds=sidebyside diff --git a/inc/classes/main/class_Base b/inc/classes/main/class_Base index 9f3eee9f..fa27bb4f 100644 --- a/inc/classes/main/class_Base +++ b/inc/classes/main/class_Base @@ -1,10 +1,10 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -31,10 +31,6 @@ class Base??? extends BaseFrameworkSystem { protected function __construct ($className) { // Call parent constructor parent::__construct($className); - - // Clean up a little - $this->removeNumberFormaters(); - $this->removeSystemArray(); } }