This commit is contained in:
Karl Burkhart
2010-12-01 16:13:54 +00:00
parent 64b3cfa9bc
commit 57d690dde5
3 changed files with 71 additions and 35 deletions
+1 -2
View File
@@ -478,10 +478,9 @@ class wawi_bestellung extends basis_db
bemerkung = '.$this->addslashes($this->bemerkung).',
liefertermin = '.$this->addslashes($this->liefertermin).',
updateamum = '.$this->addslashes($this->updateamum).',
updatevon ='.$this->addslashes($this->udpatevon).',
updatevon ='.$this->addslashes($this->updatevon).',
ext_id = '.$this->addslashes($this->ext_id).' WHERE bestellung_id = '.$this->bestellung_id.';';
}
echo $qry;
if($this->db_query($qry))
{
if($this->new)