From 1474400a3c1f1b2c46956acd1a58f4e627e2e672 Mon Sep 17 00:00:00 2001 From: Andreas Oesterreicher Date: Thu, 21 Feb 2019 11:29:58 +0100 Subject: [PATCH] =?UTF-8?q?Zusatztext=20f=C3=BCr=20Lehrg=C3=A4nge=20wird?= =?UTF-8?q?=20jetzt=20auch=20erstellt=20wenn=20der=20Lehrgang=20mit=20Typ?= =?UTF-8?q?=20E=20erfasst=20ist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rdf/diplomasupplement.xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php index d40f9afc3..4f2e66a58 100644 --- a/rdf/diplomasupplement.xml.php +++ b/rdf/diplomasupplement.xml.php @@ -291,7 +291,7 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml") echo ' Doktoratsstudium (UNESCO ISCED 8)'; echo ' University doctoral studies (UNESCO ISCED 8)'; } - elseif($row->typ=='l' || $row->typ=='k') + elseif($row->typ=='l' || $row->typ=='k' || $row->typ=='e') { echo ' UNESCO ISCED 7'; echo ' Lehrgang zur Weiterbildung nach ยง9 FHStG idgF.';