From: tjhunt Date: Fri, 17 Jul 2009 07:02:13 +0000 (+0000) Subject: quiz: remove incorrect TODO. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8101e5fc31fe0ed0531dc4ad3e7f095bf1b031dd;p=moodle.git quiz: remove incorrect TODO. --- diff --git a/mod/quiz/backuplib.php b/mod/quiz/backuplib.php index 232face751..6fb47e0bc0 100644 --- a/mod/quiz/backuplib.php +++ b/mod/quiz/backuplib.php @@ -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,";