]> git.mjollnir.org Git - moodle.git/commitdiff
Fix comment.
authortjhunt <tjhunt>
Thu, 10 Aug 2006 21:33:53 +0000 (21:33 +0000)
committertjhunt <tjhunt>
Thu, 10 Aug 2006 21:33:53 +0000 (21:33 +0000)
lib/questionlib.php

index 8d4d0dd041fb2663780534138e563c8884deeb6a..2d2496e85cae9ff29b0cdd47f5c8fe693135eac0 100644 (file)
@@ -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;