1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-08 09:16:46 +02:00

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

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