mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 15:49:43 +02:00
MDL-27747 question engine stupid typo in DB query broke regrading. #472
This commit is contained in:
parent
adf7fe2148
commit
3b049b7626
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ ORDER BY
|
|||
|
||||
$this->delete_response_files($context->id, "IN (
|
||||
SELECT id
|
||||
FROM question_attempt_step
|
||||
FROM {question_attempt_steps}
|
||||
WHERE questionattemptid $test)", $params);
|
||||
|
||||
$this->db->delete_records_select('question_attempt_step_data', "attemptstepid IN (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue