]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/visitor/class_BaseVisitor.php
Continued:
[hub.git] / application / hub / main / visitor / class_BaseVisitor.php
index c34ef9f2fc23a7091b13aeeead39c05941c317f8..e0e89d4f09f9d6fdba2dd87bf2d0846b958c8d30 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general visitor class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -36,10 +36,6 @@ class BaseVisitor extends BaseHubSystem {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
-
-               // Remove some attributes
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**