mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'MDL-32442' of git://github.com/merrill-oakland/moodle
This commit is contained in:
commit
20dcbbf26a
@ -669,5 +669,5 @@ function tool_qeupgradehelper_get_quiz_for_upgrade() {
|
||||
JOIN {course} c ON c.id = quiz.course
|
||||
WHERE quiza.preview = 0 AND quiza.needsupgradetonewqe = 1
|
||||
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…
x
Reference in New Issue
Block a user