]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/database/class_
Code syncronized with shipsimu code base
[hub.git] / inc / classes / main / database / class_
index 504f4ab110bbb095b2ff5bbfbddbc3f1061e3d8e..1fdbd071bf1e365b33bb526669ecac4d98965a92 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, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -32,12 +32,6 @@ class  extends BaseDatabaseFrontend {
                // Call parent constructor
                parent::__construct($class);
 
-               // Set part description
-               $this->setObjectDescription("");
-
-               // Create unique ID number
-               $this->generateUniqueId();
-
                // Clean up a little
                $this->removeNumberFormaters();
                $this->removeSystemArray();