]> git.mjollnir.org Git - moodle.git/commitdiff
quiz: add tracker id to TODO.
authortjhunt <tjhunt>
Fri, 17 Jul 2009 07:06:53 +0000 (07:06 +0000)
committertjhunt <tjhunt>
Fri, 17 Jul 2009 07:06:53 +0000 (07:06 +0000)
mod/quiz/lib.php

index 19beb956b410196cd15dcf57e28896bb1c176ee2..95d932139353befe6b97c5b6cde4200b3812c156 100644 (file)
@@ -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