]> git.mjollnir.org Git - moodle.git/commitdiff
quiz: remove incorrect TODO.
authortjhunt <tjhunt>
Fri, 17 Jul 2009 07:02:13 +0000 (07:02 +0000)
committertjhunt <tjhunt>
Fri, 17 Jul 2009 07:02:13 +0000 (07:02 +0000)
mod/quiz/backuplib.php

index 232face751cc0b6c8ef560205a32d33413d0db45..6fb47e0bc0153bd685a75bc2630afaef306d8956 100644 (file)
@@ -53,7 +53,6 @@
 
 
         // Then categories from parent contexts used by the quizzes we are backing up.
-        //TODO this will need generalising when we have modules other than quiz using shared questions above course level.
         $parentcontexts = get_parent_contexts($coursecontext);
         $params = array($course);
         $from = "{quiz} quiz,";