echo $qry gelöscht

This commit is contained in:
kindlm
2015-09-30 14:56:59 +02:00
parent fd5ba07be6
commit 12721c3eed
+1 -1
View File
@@ -573,7 +573,7 @@ class organisationseinheit extends basis_db
OR (LOWER(bezeichnung)=LOWER('.$this->db_add_param($value).'))';
}
$qry.= ' ORDER BY organisationseinheittyp_kurzbz, bezeichnung;';
echo $qry;
if($this->db_query($qry))
{
while($row = $this->db_fetch_object())