mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +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
e82ed9333b
commit
fb33a080dc
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class question_engine_data_mapper {
|
||||||
$records = $this->db->get_recordset_sql("
|
$records = $this->db->get_recordset_sql("
|
||||||
SELECT
|
SELECT
|
||||||
quba.contextid,
|
quba.contextid,
|
||||||
COALLESCE(q.qtype, 'missingtype') AS qtype,
|
COALESCE(q.qtype, 'missingtype') AS qtype,
|
||||||
qas.id AS attemptstepid,
|
qas.id AS attemptstepid,
|
||||||
qas.questionattemptid,
|
qas.questionattemptid,
|
||||||
qas.sequencenumber,
|
qas.sequencenumber,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue