From 771b1a46f7621d90e3dacfb21f60358ad855e50c Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 26 Sep 2007 20:45:23 +0000 Subject: [PATCH] MDL-9331 - Problem with the tables on the quiz index page. Merged from MOODLE_18_STABLE. --- mod/quiz/index.php | 2 ++ 1 file changed, 2 insertions(+) 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') { -- 2.39.5