Skip to content
Snippets Groups Projects
Commit 659202bf authored by Moritz Strohm's avatar Moritz Strohm
Browse files

drop Sonstige from PERS_TERMIN_KAT again, fixes #4838

parent dc562052
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,6 @@ class Calendar_DateController extends AuthenticatedController ...@@ -11,9 +11,6 @@ class Calendar_DateController extends AuthenticatedController
foreach ($GLOBALS['PERS_TERMIN_KAT'] as $key => $data) { foreach ($GLOBALS['PERS_TERMIN_KAT'] as $key => $data) {
$options[$key] = $data['name']; $options[$key] = $data['name'];
} }
if (!array_key_exists(255, $options)) {
$options[255] = _('Sonstige');
}
return $options; return $options;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment