From 93168dbdc9d540904b37aaabe93a967cf20d2c87 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Thu, 4 Jul 2024 09:55:54 +0200 Subject: [PATCH] get Lernergebnisse from new field --- rdf/diplomasupplement.xml.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ""; }