From 08b1318ce086cd993f73c7fb20a397880df7eab2 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Fri, 19 Sep 2014 13:41:09 +0000 Subject: [PATCH] =?UTF-8?q?Status=20"Abbrecher"=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rdf/studienblatt.xml.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rdf/studienblatt.xml.php b/rdf/studienblatt.xml.php index 981f43823..c4496cec6 100644 --- a/rdf/studienblatt.xml.php +++ b/rdf/studienblatt.xml.php @@ -183,6 +183,9 @@ foreach($uid_arr as $uid) case 'Diplomand': $studierendenstatus_aktuell = 'DiplomandIn'; break; + case 'Abbrecher': + $studierendenstatus_aktuell = 'AbbrecherIn'; + break; default: $studierendenstatus_aktuell =''; }