From 875cc1968933179f47b9ec85f733649251ddfcc2 Mon Sep 17 00:00:00 2001 From: Moritz Strohm Date: Thu, 26 Feb 2026 20:54:10 +0100 Subject: removed ASC --- lib/models/Institute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/models/Institute.php b/lib/models/Institute.php index 344270b..4b113a2 100644 --- a/lib/models/Institute.php +++ b/lib/models/Institute.php @@ -198,7 +198,7 @@ class Institute extends SimpleORMap implements Range FROM `Institute` AS i0 LEFT JOIN `Institute` AS i1 ON (i0.`fakultaets_id` = i1.`Institut_id`) - ORDER BY i1.`Name`, i0.`Institut_id` = i0.`fakultaets_id` DESC, i0.`Name` ASC"; + ORDER BY i1.`Name`, i0.`Institut_id` = i0.`fakultaets_id` DESC, i0.`Name`"; return DBManager::get()->fetchAll( $query, callable: fn(array $row) => Institute::build($row, false) -- cgit v1.0