Skip to content

Commit

Permalink
MDL-45763 question: fix SQL syntax for Oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Jun 11, 2014
1 parent 4c71694 commit a9e9cd3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ public function after_execute_question() {
WHERE qtype = 'random'
AND " . $DB->sql_compare_text('questiontext') . " = ?
AND id IN (SELECT bi.newitemid
FROM {backup_ids_temp} AS bi
FROM {backup_ids_temp} bi
WHERE bi.backupid = ?
AND bi.itemname = 'question_created')";

Expand Down

0 comments on commit a9e9cd3

Please sign in to comment.