From 12721c3eed8129fca001cb9b3684d370a1379f9e Mon Sep 17 00:00:00 2001 From: kindlm Date: Wed, 30 Sep 2015 14:56:59 +0200 Subject: [PATCH] =?UTF-8?q?echo=20$qry=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/organisationseinheit.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/organisationseinheit.class.php b/include/organisationseinheit.class.php index bb1be584d..eda9d28a4 100644 --- a/include/organisationseinheit.class.php +++ b/include/organisationseinheit.class.php @@ -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())