Merge branch 'MDL-51771' of git://github.com/timhunt/moodle

This commit is contained in:
David Monllao 2015-10-19 16:27:41 +08:00
commit e54193ed3e

View File

@ -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,