mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 08:30:04 +01:00
Merge branch 'MDL-54881' of https://github.com/mr-russ/moodle
This commit is contained in:
commit
4a837c7ba0
@ -590,7 +590,7 @@ function quiz_get_user_attempts($quizids, $userid, $status = 'finished', $includ
|
||||
|
||||
return $DB->get_records_select('quiz_attempts',
|
||||
"quiz $insql AND userid = :userid" . $previewclause . $statuscondition,
|
||||
$params, 'attempt ASC');
|
||||
$params, 'quiz, attempt ASC');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user