mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Organisationseinheiten im FAS werden nach der Bezeichnung sortiert statt nach
der Kurzbezeichnung
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user