]> 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 a2ad7bba26668f02601526cc5df17b3e8cbf4140..af3f6a5775ca261405bdd0d3c160a874a6da4df2 100644 (file)
@@ -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();