From: tjhunt Date: Thu, 10 Aug 2006 21:33:53 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=93eb0ea33987648ab1826817da8c1d846e68f0a3;p=moodle.git Fix comment. --- diff --git a/lib/questionlib.php b/lib/questionlib.php index 8d4d0dd041..2d2496e85c 100644 --- a/lib/questionlib.php +++ b/lib/questionlib.php @@ -313,7 +313,7 @@ function question_category_isused($categoryid, $recursive = false) { /** * Deletes all data associated to an attempt from the database * - * @param object $question The question being deleted + * @param integer $attemptid The id of the attempt being deleted */ function delete_attempt($attemptid) { global $QTYPES;