diff options
Diffstat (limited to 'app/routes/Events.php')
| -rw-r--r-- | app/routes/Events.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/routes/Events.php b/app/routes/Events.php index 38caa14..0302826 100644 --- a/app/routes/Events.php +++ b/app/routes/Events.php @@ -165,11 +165,7 @@ class Events extends \RESTAPI\RouteMap } } } else { - if (Config::get()->RESOURCES_SHOW_ROOM_NOT_BOOKED_HINT) { - $room = '('._("kein gebuchter Raum").')'; - } else { - $room = _("keine Raumangabe"); - } + $room = _("keine Raumangabe"); if ($val->isExTermin()) { if ($name = $val->isHoliday()) { |
