From: tjhunt Date: Wed, 26 Sep 2007 20:45:23 +0000 (+0000) Subject: MDL-9331 - Problem with the tables on the quiz index page. Merged from MOODLE_18_STABLE. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=771b1a46f7621d90e3dacfb21f60358ad855e50c;p=moodle.git MDL-9331 - Problem with the tables on the quiz index page. Merged from MOODLE_18_STABLE. --- diff --git a/mod/quiz/index.php b/mod/quiz/index.php index 99c87adcc3..e3bed8b6d5 100644 --- a/mod/quiz/index.php +++ b/mod/quiz/index.php @@ -120,6 +120,8 @@ $a->studentstring = $course->students; $data[] = "id\">" . get_string('numattempts', 'quiz', $a) . ''; + } else { + $data[] = ''; } } else if ($showing = 'scores') {