This commit is contained in:
Karl Burkhart
2011-01-31 17:00:01 +00:00
parent e68be11044
commit c4c72b2c7d
-1
View File
@@ -163,7 +163,6 @@ class wawi_bestellstatus extends basis_db
$qry = "select bestellstatus.* from wawi.tbl_bestellung_bestellstatus as bestellstatus
WHERE
bestellung_id = ".$this->addslashes($bestellung_id).$status.";";
if($this->db_query($qry))
{
if($row = $this->db_fetch_object())