mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-74762-Master' of https://github.com/catalyst/moodle-MDL-72752
This commit is contained in:
commit
9dcf7b0202
@ -56,6 +56,7 @@ class helper {
|
||||
JOIN {question_attempts} qatt ON qatt.questionusageid = qu.id
|
||||
WHERE qatt.questionid $questionidcondition
|
||||
GROUP BY qu.component, qu.contextid
|
||||
ORDER BY qu.contextid ASC
|
||||
", $params);
|
||||
|
||||
// Strip out the unwanted ids.
|
||||
|
Loading…
x
Reference in New Issue
Block a user