Skip to content
Snippets Groups Projects
Commit d4136cf5 authored by falcon's avatar falcon
Browse files

Todo item added(office at home tomorrow)

parent 4571105f
No related branches found
No related tags found
No related merge requests found
......@@ -467,6 +467,7 @@ abstract class QuizQuestion {
}
}
if (count($insert_values) > 0) {
//TODO: Delete old revisions of the questions here.
$sql = 'INSERT INTO {quiz_node_relationship}
(parent_nid, parent_vid, child_nid, child_vid, max_score)
'. $to_insert;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment