diff --git a/content/projekt/ressource.xml.php b/content/projekt/ressource.xml.php
index d6f6c47c2..40d5ce204 100644
--- a/content/projekt/ressource.xml.php
+++ b/content/projekt/ressource.xml.php
@@ -160,15 +160,15 @@ echo '';
+ sort="rdf:http://www.technikum-wien.at/ressource/rdf#aufwand" />
+ sort="rdf:http://www.technikum-wien.at/ressource/rdf#funktion_kurzbz" />
+ sort="rdf:http://www.technikum-wien.at/ressource/rdf#typ" />
ressource_id.'/'."\" />";
+ $student.="\n\t\t\tressource_id.'/'.$ressource->projekt_ressource_id."\" />";
$typ ='Student';
}
@@ -206,7 +206,7 @@ function draw_ressource($ressource)
else
die('Fehler beim Laden der Betriebsmittel-daten');
- $betriebsmittel.="\n\t\t\tressource_id.'/'."\" />";
+ $betriebsmittel.="\n\t\t\tressource_id.'/'.$ressource->projekt_ressource_id."\" />";
$typ = 'Betriebsmittel';
}
@@ -224,7 +224,7 @@ function draw_ressource($ressource)
else
die('Fehler beim Laden der Firmen-daten');
- $firma.="\n\t\t\tressource_id.'/'."\" />";
+ $firma.="\n\t\t\tressource_id.'/'.$ressource->projekt_ressource_id."\" />";
$typ = 'Firma';
}