Skip to content

Commit

Permalink
Merge branch 'MDL-32442_m22' of git://github.com/merrill-oakland/mood…
Browse files Browse the repository at this point in the history
…le into MOODLE_22_STABLE
  • Loading branch information
danpoltawski committed Apr 16, 2012
2 parents 0656d45 + a68b036 commit 253b5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/qeupgradehelper/locallib.php
Expand Up @@ -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);
} }

0 comments on commit 253b5f4

Please sign in to comment.