]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/database/wrapper/class_NewsDatabaseWrapper.php
generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / inc / classes / main / database / wrapper / class_NewsDatabaseWrapper.php
index f3753f3d43d8d01b84bcb71930c847c50919f961..9a87e6a701c79e3e949d56dcf881c8678311d105 100644 (file)
@@ -33,12 +33,6 @@ class NewsDatabaseWrapper extends BaseDatabaseWrapper {
        protected function __construct() {
                // Call parent constructor
                parent::__construct(__CLASS__);
        protected function __construct() {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Set part description
-               $this->setObjectDescription("Database wrapper for news objects");
-
-               // Create unique ID number
-               $this->generateUniqueId();
        }
 
        /**
        }
 
        /**