Skip to content

Commit

Permalink
MDL-29828 quiz review: fix display of overdue time.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Oct 19, 2011
1 parent 263c528 commit 32cb53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/review.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
if (!empty($overtime)) {
$summarydata['overdue'] = array(
'title' => get_string('overdue', 'quiz'),
'content' => format_time($overtime),
'content' => $overtime,
);
}

Expand Down

0 comments on commit 32cb53a

Please sign in to comment.