From: tjhunt Date: Thu, 25 Jun 2009 06:58:43 +0000 (+0000) Subject: quiz: Fix copy/paste error. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=75b7cac00d28fc072ca0472f7c3637275f83a1e5;p=moodle.git quiz: Fix copy/paste error. --- 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) {