This commit is contained in:
Karl Burkhart
2010-12-07 16:19:05 +00:00
parent eefc0369e9
commit 990caecfd0
3 changed files with 393 additions and 1 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ class wawi_bestellung extends basis_db
if($kostenstelle_id!='')
$qry.= ' AND kostenstelle_id='.$this->addslashes($kostenstelle_id);
echo $qry;
if(!$this->db_query($qry))
{
$this->errormsg = "Fehler bei der Datenbankabfrage.";