From 75b7cac00d28fc072ca0472f7c3637275f83a1e5 Mon Sep 17 00:00:00 2001 From: tjhunt <tjhunt> Date: Thu, 25 Jun 2009 06:58:43 +0000 Subject: [PATCH] quiz: Fix copy/paste error. --- mod/quiz/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/view.php b/mod/quiz/view.php index ebf50b3854..d621b3c909 100644 --- a/mod/quiz/view.php +++ b/mod/quiz/view.php @@ -201,7 +201,7 @@ $table->align[] = 'center'; $table->size[] = ''; } - $table->head[] = get_string('timecompleted', 'quiz') . ' / ' . quiz_format_grade($quiz, $quiz->sumgrades); + $table->head[] = get_string('timecompleted', 'quiz'); $table->align[] = 'left'; $table->size[] = ''; if ($markcolumn) { -- 2.39.5