aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-12-11 16:32:20 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-12-11 16:32:20 +0100
commitb818bb655bcef38b25f66a5ee9cd24cec5f65b4d (patch)
tree4dc0b85348bdb5b3e173e153ed5966546a393e7f /app/controllers
parentc14cdd1a892fe19b9035feba01273ef5015cb64b (diff)
revert bogus change, re #4911
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/admin/courses.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/admin/courses.php b/app/controllers/admin/courses.php
index 53b3364..53fdbc4 100644
--- a/app/controllers/admin/courses.php
+++ b/app/controllers/admin/courses.php
@@ -655,7 +655,6 @@ class Admin_CoursesController extends AuthenticatedController
}
if (in_array('room_time', $activated_fields)) {
$strings = $course->getAllDatesInSemester()->toStringArray();
- $strings = array_map('htmlReady', $strings);
$d['room_time'] = implode('<br>', $strings) ?: _('nicht angegeben');
}
if (in_array('semester', $activated_fields)) {