diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php index 189aa0c05..324bf121f 100644 --- a/rdf/diplomasupplement.xml.php +++ b/rdf/diplomasupplement.xml.php @@ -282,7 +282,8 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml") $qualifikationsziel->getAll($studienordnung_id); if (isset($qualifikationsziel->result[0])) { - $qualifikation_beschreibung = $qualifikationsziel->result[0]->data[1]->elements[0]; + //vom Feld Lernergebnisse (vorher Qualifikationsziele) + $qualifikation_beschreibung = $qualifikationsziel->result[0]->data[2]->fixed[0]; $qualifikation_beschreibung = json2odt($qualifikation_beschreibung); echo ""; }