Correct PHPdoc comment.

This commit is contained in:
Tim Hunt
2009-12-21 16:39:06 +00:00
parent bf1ac6d9ae
commit 8ce3e17f80
+1 -1
View 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) {