From: tjhunt <tjhunt>
Date: Fri, 17 Jul 2009 07:06:53 +0000 (+0000)
Subject: quiz: add tracker id to TODO.
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=64d794924519e96dc9e076a56aed1d64a457f059;p=moodle.git

quiz: add tracker id to TODO.
---

diff --git a/mod/quiz/lib.php b/mod/quiz/lib.php
index 19beb956b4..95d9321393 100644
--- a/mod/quiz/lib.php
+++ b/mod/quiz/lib.php
@@ -1123,15 +1123,13 @@ function quiz_get_post_actions() {
 /**
  * Returns an array of names of quizzes that use this question
  *
- * @global stdClass
- * @global object
- * @param object $questionid
+ * @param integer $questionid
  * @return array of strings
  */
 function quiz_question_list_instances($questionid) {
     global $CFG, $DB;
 
-    // TODO: we should also consider other questions that are used by
+    // TODO MDL-5780: we should also consider other questions that are used by
     // random questions in this quiz, but that is very hard.
 
     $sql = "SELECT q.id, q.name