X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fconstructions%2Fberths%2Fclass_Berth.php;h=c96ba10678f685a6193bb883aba6053a70afdb68;hp=c498b21e918bc134bcc89a6fad6ff8b78ec27a3a;hb=4f70843ae8428f051d70ccff5bb43fc4c03dda8d;hpb=55b327a3f5f2fe1d244532e07be7444e94b2a768 diff --git a/application/ship-simu/main/constructions/berths/class_Berth.php b/application/ship-simu/main/constructions/berths/class_Berth.php index c498b21..c96ba10 100644 --- a/application/ship-simu/main/constructions/berths/class_Berth.php +++ b/application/ship-simu/main/constructions/berths/class_Berth.php @@ -2,11 +2,11 @@ /** * A berth is a place where ships can wait for their next assignment * - * @author Roland Haeder + * @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 + * @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 @@ -32,12 +32,6 @@ class Berth extends BaseConstruction { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Set description - $this->setObjectDescription("Liegeplatz"); - - // Generate unique ID number - $this->generateUniqueId(); } }