aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/calendar/date.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/calendar/date.php')
-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;
}