From: tjhunt Date: Thu, 11 Sep 2008 10:37:50 +0000 (+0000) Subject: Improve comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ad4cd8374aa7defe6c86b5cb24e1540c0583a618;p=moodle.git Improve comment. --- diff --git a/mod/quiz/lib.php b/mod/quiz/lib.php index a153073d43..6a05bfc745 100644 --- a/mod/quiz/lib.php +++ b/mod/quiz/lib.php @@ -740,7 +740,7 @@ function quiz_print_recent_mod_activity($activity, $courseid, $detail, $modnames /** * Pre-process the quiz options form data, making any necessary adjustments. - * Called by add/update instance in this file, and the save code in admin/module.php. + * Called by add/update instance in this file. * * @param object $quiz The variables set on the form. */