X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fmain%2Fcriteria%2Fclass_UpdateCriteria.php;h=af3f6a5775ca261405bdd0d3c160a874a6da4df2;hb=df33e264f3246f80756d7e2da55d7f7c40f9088c;hp=c53f6870e3b395694166410dfd5e304cff0f4394;hpb=8cfd068024443570a0f324e4271637537cff2d88;p=shipsimu.git diff --git a/inc/classes/main/criteria/class_UpdateCriteria.php b/inc/classes/main/criteria/class_UpdateCriteria.php index c53f687..af3f6a5 100644 --- a/inc/classes/main/criteria/class_UpdateCriteria.php +++ b/inc/classes/main/criteria/class_UpdateCriteria.php @@ -6,7 +6,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 * @@ -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 . + * along with this program. If not, see . */ 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();