mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-28 01:19:28 +00:00
Status "Abbrecher" hinzugefügt
This commit is contained in:
@@ -183,6 +183,9 @@ foreach($uid_arr as $uid)
|
||||
case 'Diplomand':
|
||||
$studierendenstatus_aktuell = 'DiplomandIn';
|
||||
break;
|
||||
case 'Abbrecher':
|
||||
$studierendenstatus_aktuell = 'AbbrecherIn';
|
||||
break;
|
||||
default:
|
||||
$studierendenstatus_aktuell ='';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user