diff options
Diffstat (limited to 'app/controllers/vips/solutions.php')
| -rw-r--r-- | app/controllers/vips/solutions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/vips/solutions.php b/app/controllers/vips/solutions.php index aa8b02d..fe514a5 100644 --- a/app/controllers/vips/solutions.php +++ b/app/controllers/vips/solutions.php @@ -2449,7 +2449,7 @@ class Vips_SolutionsController extends AuthenticatedController seminar_user.status IS NULL OR seminar_user.status NOT IN ('dozent', 'tutor') ) - ORDER BY etask_responses.mkdate DESC"; + ORDER BY etask_responses.id DESC"; $result = $db->prepare($sql); $result->execute([$course_id, $assignment_id]); |
