From ea18727118e88b940314c33b8e111a240bc46a0c Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Wed, 23 Feb 2011 09:37:54 +0000 Subject: [PATCH] --- include/wawi_bestellung.class.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/wawi_bestellung.class.php b/include/wawi_bestellung.class.php index 49ec288e5..6fe98822d 100644 --- a/include/wawi_bestellung.class.php +++ b/include/wawi_bestellung.class.php @@ -362,12 +362,6 @@ class wawi_bestellung extends basis_db */ public function validate() { - - if(!is_numeric($this->bestellung_id)) - { - $this->errormsg = "Bestellung_id fehlerhaft."; - return false; - } if(mb_strlen($this->besteller_uid)>32) { $this->errormsg ="Besteller_uid fehlerhaft."; @@ -422,7 +416,7 @@ class wawi_bestellung extends basis_db */ public function save() { - /* if(!$this->validate()) + /*if(!$this->validate()) return false; */ if($this->new)