From 14d10e22cef5894639c913eeafd4e548c44c99de Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Thu, 6 Nov 2014 14:06:25 +0000 Subject: [PATCH] --- 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 175c732ff..09c56181a 100644 --- a/include/organisationseinheit.class.php +++ b/include/organisationseinheit.class.php @@ -658,7 +658,7 @@ class organisationseinheit extends basis_db $qry .=" ) AS a GROUP BY oe_kurzbz,oe_parent_kurzbz,bezeichnung,organisationseinheittyp_kurzbz,aktiv,lehre ORDER BY anzahl DESC, bezeichnung"; - echo $qry; + if($this->db_query($qry)) { while($row = $this->db_fetch_object())