diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2024-12-19 13:55:31 +0100 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2024-12-19 13:55:31 +0100 |
| commit | 659202bf6f2a521631ead344da042b5d76765ecb (patch) | |
| tree | 8382d801110902418ec59ea441d4f2c46119bf40 /app/controllers/calendar/date.php | |
| parent | dc5620524b8ac5dcc91b74366c3cdf797140c0e1 (diff) | |
drop Sonstige from PERS_TERMIN_KAT again, fixes #4838
Diffstat (limited to 'app/controllers/calendar/date.php')
| -rw-r--r-- | app/controllers/calendar/date.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/calendar/date.php b/app/controllers/calendar/date.php index 9438550..39284d9 100644 --- a/app/controllers/calendar/date.php +++ b/app/controllers/calendar/date.php @@ -11,9 +11,6 @@ class Calendar_DateController extends AuthenticatedController foreach ($GLOBALS['PERS_TERMIN_KAT'] as $key => $data) { $options[$key] = $data['name']; } - if (!array_key_exists(255, $options)) { - $options[255] = _('Sonstige'); - } return $options; } |
