MDL-32442 questionupgrade: error in SQL from postgres systems

This commit is contained in:
Eric Merrill
2012-04-14 09:06:02 -04:00
parent b1d3043354
commit a68b0363bf
+1 -1
View File
@@ -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);
}