]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15538 - Rework attempt.php to use attemptlib.php - fix a comment.
authortjhunt <tjhunt>
Tue, 8 Jul 2008 17:45:32 +0000 (17:45 +0000)
committertjhunt <tjhunt>
Tue, 8 Jul 2008 17:45:32 +0000 (17:45 +0000)
mod/quiz/attempt.php

index 75e00ce25ffc2404289e5357bdfdd276f5c9d459..885b8a506847940df0a9a32ef58ac39def3b2b32 100644 (file)
@@ -31,7 +31,7 @@
         $finishattempt = 1;
     }
 
-/// Check login and get contexts.
+/// Check login.
     require_login($attemptobj->get_courseid(), false, $attemptobj->get_cm());
 
 /// Check capabilites.