aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2026-02-13 17:59:45 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2026-02-13 17:59:45 +0100
commit697f1208ecf636daffdcd7f8e5df988f9f1df2f2 (patch)
tree88c9de12228a5de0252a59c2e223f0264ec68afe
parent0b6b806bd3fbca590742af7003b479903ae36b67 (diff)
Apply 1 suggestion(s) to 1 file(s)biest-6258
-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 a6c4bab..cfe089d 100644
--- a/app/controllers/admin/courses.php
+++ b/app/controllers/admin/courses.php
@@ -1007,7 +1007,6 @@ class Admin_CoursesController extends AuthenticatedController
if (in_array('room_time', $filter_config)) {
$dates = $course->getAllDatesInSemester($this->semester);
$date_strings = $dates->toStringArray(
- group_by_rooms: true,
as_html: false
);