mirror of
https://github.com/moodle/moodle.git
synced 2025-05-31 05:02: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)) {
|
if (!empty($overtime)) {
|
||||||
$summarydata['overdue'] = array(
|
$summarydata['overdue'] = array(
|
||||||
'title' => get_string('overdue', 'quiz'),
|
'title' => get_string('overdue', 'quiz'),
|
||||||
'content' => format_time($overtime),
|
'content' => $overtime,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user