]> git.mjollnir.org Git - moodle.git/commitdiff
quiz: Fix copy/paste error.
authortjhunt <tjhunt>
Thu, 25 Jun 2009 06:58:43 +0000 (06:58 +0000)
committertjhunt <tjhunt>
Thu, 25 Jun 2009 06:58:43 +0000 (06:58 +0000)
mod/quiz/view.php

index ebf50b3854178b9d97782db0bf563ba7151a6782..d621b3c909eb220c0c6cc63290963906c8fa0fd0 100644 (file)
             $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) {