mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-32442_m22' of git://github.com/merrill-oakland/moodle into MOODLE_22_STABLE
This commit is contained in:
commit
253b5f4d7e
1 changed files with 1 additions and 1 deletions
|
@ -669,5 +669,5 @@ function tool_qeupgradehelper_get_quiz_for_upgrade() {
|
||||||
JOIN {course} c ON c.id = quiz.course
|
JOIN {course} c ON c.id = quiz.course
|
||||||
WHERE quiza.preview = 0 AND quiza.needsupgradetonewqe = 1
|
WHERE quiza.preview = 0 AND quiza.needsupgradetonewqe = 1
|
||||||
GROUP BY quiz.id, quiz.name, c.shortname, c.id
|
GROUP BY quiz.id, quiz.name, c.shortname, c.id
|
||||||
ORDER BY quiza.timemodified DESC", array(), IGNORE_MULTIPLE);
|
ORDER BY MAX(quiza.timemodified) DESC", array(), IGNORE_MULTIPLE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue