From 345cc6cf830b61ac31f52cfd4cfdf52711936978 Mon Sep 17 00:00:00 2001 From: ma0068 Date: Thu, 9 Mar 2023 08:19:05 +0100 Subject: [PATCH] Adaptierung Attribut studPlan --- rdf/diplomasupplement.xml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php index 0acf19df5..cdac1f386 100644 --- a/rdf/diplomasupplement.xml.php +++ b/rdf/diplomasupplement.xml.php @@ -1126,7 +1126,7 @@ function printLehrveranstaltungTree($tree) usort($tree, "cmp"); foreach($tree as $lv) { - if ($lv->lehre) + if ($lv->export) { $db = new basis_db(); $lv_alvs = new lehrveranstaltung(); @@ -1179,7 +1179,7 @@ function printLehrveranstaltungTree($tree) echo ' sws.']]>'; echo ' lvs.']]>'; echo ' stpllv_pflicht.']]>'; - echo ' lehre.']]>'; + echo ' export.']]>'; echo ' genehmigung.']]>'; echo ' anmerkung).']]>'; echo ' getBezeichnung($lv->sprache, constant("DEFAULT_LANGUAGE")).']]>';