]> git.mjollnir.org Git - moodle.git/commitdiff
Correct PHPdoc comment.
authorTim Hunt <T.J.Hunt@open.ac.uk>
Mon, 21 Dec 2009 16:39:06 +0000 (16:39 +0000)
committerTim Hunt <T.J.Hunt@open.ac.uk>
Mon, 21 Dec 2009 16:39:06 +0000 (16:39 +0000)
mod/quiz/locallib.php

index c51f6b604a443693459941c74ecd4717a7c1816f..8cf076fd807e9577dec718d03785883d6ef703fd 100644 (file)
@@ -474,7 +474,7 @@ function quiz_feedback_for_grade($grade, $quizid) {
 }
 
 /**
- * @param integer $quizid the id of the quiz object.
+ * @param object $quiz the quiz database row.
  * @return boolean Whether this quiz has any non-blank feedback text.
  */
 function quiz_has_feedback($quiz) {