]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/database/class_
Copyright updated
[core.git] / inc / classes / main / database / class_
index 1fdbd071bf1e365b33bb526669ecac4d98965a92..f21b35df1b416bf6dd8ff8e4739326b7ea2e9422 100644 (file)
@@ -5,7 +5,7 @@
  * @see                        DatabaseFrontendInterface - An interface for database frontends (front-end to the application)
  * @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 - 2011 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -31,10 +31,6 @@ class  extends BaseDatabaseFrontend {
        protected function __construct($class = __CLASS__) {
                // Call parent constructor
                parent::__construct($class);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 }