X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fstructures%2Fclass_BaseStructure.php;h=2ec432d4628c0cdede5a1953214104451c5759cd;hp=ebbc3fea19166219990d98a049ef7e9b00b0953a;hb=b3d612dc053c999af135677df431f73d9d26154f;hpb=d527a312ec4b2983fc0ecda2179ce335c1a5a1f9 diff --git a/application/ship-simu/main/structures/class_BaseStructure.php b/application/ship-simu/main/structures/class_BaseStructure.php index ebbc3fe..2ec432d 100644 --- a/application/ship-simu/main/structures/class_BaseStructure.php +++ b/application/ship-simu/main/structures/class_BaseStructure.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 Ship-Simu Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -29,12 +29,6 @@ class BaseStructure extends BaseSimulator { protected function __construct ($className) { // Call parent constructor parent::__construct($className); - - // Set description - $this->setObjectDescription("Schiffsstrukturen"); - - // Clean up a little - $this->removeNumberFormaters(); } // Setter for price