diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-03-22 16:04:54 +0000 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2023-03-22 16:04:54 +0000 |
| commit | d205fc6aaee6d3d8173efb15c8d364f410a02a41 (patch) | |
| tree | 96b042380f9c9776bbb52c9cba38942d9a7842a5 /app | |
| parent | cf947d0af7b3edba8f8d3b8f4a5674928d037fb3 (diff) | |
remove obsolete old configuration entries, fixes #2423
Closes #2423
Merge request studip/studip!1618
Diffstat (limited to 'app')
| -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()) { |
