From 64d794924519e96dc9e076a56aed1d64a457f059 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 17 Jul 2009 07:06:53 +0000 Subject: [PATCH] quiz: add tracker id to TODO. --- mod/quiz/lib.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5