From: moodler Date: Thu, 5 Aug 2004 05:27:18 +0000 (+0000) Subject: Removed a notice X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=235987c5961610366151c141aaeeb4e6a77e7106;p=moodle.git Removed a notice --- diff --git a/mod/quiz/review.php b/mod/quiz/review.php index 1b13cdec90..4a0a50031f 100644 --- a/mod/quiz/review.php +++ b/mod/quiz/review.php @@ -95,6 +95,7 @@ } $timelimit = (int)$quiz->timelimit * 60; + $overtime = 0; if ($timetaken = ($attempt->timefinish - $attempt->timestart)) { if($timelimit && $timetaken > ($timelimit + 60)) {