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

This commit is contained in:
David Monllao
2015-10-19 16:28:17 +08:00
+1 -1
View File
@@ -264,7 +264,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,