From d20e7029566318fcf79c9f10e98694b3f854e6eb Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 23 Apr 2008 10:54:51 +0000 Subject: [PATCH] Tidy up whitespace. --- mod/quiz/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/quiz/index.php b/mod/quiz/index.php index e29ee821bc..d01b712f53 100644 --- a/mod/quiz/index.php +++ b/mod/quiz/index.php @@ -68,10 +68,9 @@ $table->align = $align; /// Populate the table with the list of instances. - $currentsection = ''; foreach ($quizzes as $quiz) { - $cm = get_coursemodule_from_instance('quiz', $quiz->id); + $cm = get_coursemodule_from_instance('quiz', $quiz->id); $context = get_context_instance(CONTEXT_MODULE, $cm->id); $data = array(); -- 2.39.5