X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Flanguage%2Fclass_LanguageSystem.php;h=befccdb1414a132c9a7dbc30dc3a8efef6617cb6;hb=2230a2e7e09b6b47fe3d68181a28a4435c1732e6;hp=eb99cf1e8b1e8acc06332409caf81d0e62d6cacb;hpb=4365745a3952764d684556852c31d0e8cba5e58e;p=mailer.git diff --git a/inc/classes/main/language/class_LanguageSystem.php b/inc/classes/main/language/class_LanguageSystem.php index eb99cf1e8b..befccdb141 100644 --- a/inc/classes/main/language/class_LanguageSystem.php +++ b/inc/classes/main/language/class_LanguageSystem.php @@ -5,7 +5,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, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -52,12 +52,6 @@ class LanguageSystem extends BaseFrameworkSystem implements ManageableLanguage { // Call parent constructor parent::__construct(__CLASS__); - // Set part description - $this->setObjectDescription("Language sub-system"); - - // Create unique ID number - $this->generateUniqueId(); - // Clean up a little $this->removeNumberFormaters(); $this->removeSystemArray();