From f9c90dfcba3c2ae2d2576f894bba9cd776538e3f Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 15 Aug 2008 11:24:49 +0000 Subject: [PATCH] MDL-15750 - followup, now the timer is in the navigation block, remove the old display code. --- mod/quiz/accessrules.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mod/quiz/accessrules.php b/mod/quiz/accessrules.php index cc48b9c01b..1c56485340 100644 --- a/mod/quiz/accessrules.php +++ b/mod/quiz/accessrules.php @@ -168,11 +168,7 @@ class quiz_access_manager { /// Make sure the timer starts just above zero. If $timeleft was <= 0, then /// this will just have the effect of causing the quiz to be submitted immediately. $timerstartvalue = max($timeleft, 1); - print_box_start('', 'quiz-timer-outer'); - print_heading(get_string('timeleft', 'quiz'), '', 3); - echo '

'; - print_box_end(); - echo "\n\n", '\n"; } -- 2.39.5