Merge branch 'MDL-29828' of git://github.com/timhunt/moodle

This commit is contained in:
Aparup Banerjee 2011-10-24 16:39:17 +08:00
commit 64fcc674f9

View File

@ -171,7 +171,7 @@ if ($attempt->timefinish) {
if (!empty($overtime)) {
$summarydata['overdue'] = array(
'title' => get_string('overdue', 'quiz'),
'content' => format_time($overtime),
'content' => $overtime,
);
}