diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2026-02-26 20:54:10 +0100 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2026-02-26 20:54:10 +0100 |
| commit | 875cc1968933179f47b9ec85f733649251ddfcc2 (patch) | |
| tree | 87efd1adc9d981adf96a5533205424b1211a0cb4 /lib/models | |
| parent | cd9761b472954d4fb4b11c53ac4ffbee62f55cd2 (diff) | |
removed ASCtic-06090
Diffstat (limited to 'lib/models')
| -rw-r--r-- | lib/models/Institute.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
