aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2024-12-19 13:55:31 +0100
committerMoritz Strohm <strohm@data-quest.de>2024-12-19 13:55:31 +0100
commit659202bf6f2a521631ead344da042b5d76765ecb (patch)
tree8382d801110902418ec59ea441d4f2c46119bf40 /app
parentdc5620524b8ac5dcc91b74366c3cdf797140c0e1 (diff)
drop Sonstige from PERS_TERMIN_KAT again, fixes #4838
Diffstat (limited to 'app')
-rw-r--r--app/controllers/calendar/date.php3
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;
}