This commit is contained in:
Manfred Kindl
2014-11-06 14:06:25 +00:00
parent 42a0851e57
commit 14d10e22ce
+1 -1
View File
@@ -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())