mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-51771 question engine: fix typo in SQL
Thanks to Pete at learningpool.com for finding thsi bug.
This commit is contained in:
parent
1b7bf43562
commit
e5acdcb942
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class question_engine_data_mapper {
|
|||
$records = $this->db->get_recordset_sql("
|
||||
SELECT
|
||||
quba.contextid,
|
||||
COALLESCE(q.qtype, 'missingtype') AS qtype,
|
||||
COALESCE(q.qtype, 'missingtype') AS qtype,
|
||||
qas.id AS attemptstepid,
|
||||
qas.questionattemptid,
|
||||
qas.sequencenumber,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue