mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user