mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 11:23:06 +02:00
Merge branch 'MDL-29828' of git://github.com/timhunt/moodle
This commit is contained in:
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,
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user