From 93eb0ea33987648ab1826817da8c1d846e68f0a3 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 10 Aug 2006 21:33:53 +0000 Subject: [PATCH] Fix comment. --- lib/questionlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5