Status "Abbrecher" hinzugefügt

This commit is contained in:
Manfred Kindl
2014-09-19 13:41:09 +00:00
parent 4f80821ef8
commit 08b1318ce0
+3
View File
@@ -183,6 +183,9 @@ foreach($uid_arr as $uid)
case 'Diplomand':
$studierendenstatus_aktuell = 'DiplomandIn';
break;
case 'Abbrecher':
$studierendenstatus_aktuell = 'AbbrecherIn';
break;
default:
$studierendenstatus_aktuell ='';
}