Organisationseinheiten im FAS werden nach der Bezeichnung sortiert statt nach

der Kurzbezeichnung
This commit is contained in:
Andreas Österreicher
2021-10-29 15:26:45 +02:00
parent ef93736891
commit 0d4c041688
+2 -2
View File
@@ -35,7 +35,7 @@ require_once('../include/organisationseinheit.class.php');
// raumtypen holen
$org=new organisationseinheit();
$org->getAll();
$org->getAll(null, null, 'organisationseinheittyp_kurzbz, bezeichnung');
$rdf_url='http://www.technikum-wien.at/organisationseinheit';
@@ -64,4 +64,4 @@ foreach ($org->result as $oe)
?>
</RDF:Seq>
</RDF:RDF>
</RDF:RDF>