Fix comment.

This commit is contained in:
tjhunt 2006-08-10 21:33:53 +00:00
parent 7003072a7f
commit 93eb0ea339

View 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;