]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/criteria/class_UpdateCriteria.php
A lot rewrites and fixes for weak redirect methods
[shipsimu.git] / inc / classes / main / criteria / class_UpdateCriteria.php
index c53f6870e3b395694166410dfd5e304cff0f4394..af3f6a5775ca261405bdd0d3c160a874a6da4df2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * @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
  *
@@ -21,7 +21,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class UpdateCriteria extends BaseFrameworkSystem implements LocalUpdateCriteria {
        /**
@@ -48,12 +48,6 @@ class UpdateCriteria extends BaseFrameworkSystem implements LocalUpdateCriteria
                // Call parent constructor
                parent::__construct(__CLASS__);
 
-               // Set part description
-               $this->setObjectDescription("Update criteria class");
-
-               // Create unique ID number
-               $this->generateUniqueId();
-
                // Clean up a little
                $this->removeNumberFormaters();
                $this->removeSystemArray();