Skip to content
Snippets Groups Projects
Commit b818bb65 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

revert bogus change, re #4911

parent c14cdd1a
No related branches found
No related tags found
No related merge requests found
...@@ -655,7 +655,6 @@ class Admin_CoursesController extends AuthenticatedController ...@@ -655,7 +655,6 @@ class Admin_CoursesController extends AuthenticatedController
} }
if (in_array('room_time', $activated_fields)) { if (in_array('room_time', $activated_fields)) {
$strings = $course->getAllDatesInSemester()->toStringArray(); $strings = $course->getAllDatesInSemester()->toStringArray();
$strings = array_map('htmlReady', $strings);
$d['room_time'] = implode('<br>', $strings) ?: _('nicht angegeben'); $d['room_time'] = implode('<br>', $strings) ?: _('nicht angegeben');
} }
if (in_array('semester', $activated_fields)) { if (in_array('semester', $activated_fields)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment