Skip to content

Commit

Permalink
MDL-28602 Quiz review reports the wrong duration.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Aug 4, 2011
1 parent 80eb52c commit f97a14b
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 @@ -173,7 +173,7 @@
);
$summarydata['timetaken'] = array(
'title' => get_string('timetaken', 'quiz'),
'content' => format_time($timetaken),
'content' => $timetaken,
);
}

Expand Down

0 comments on commit f97a14b

Please sign in to comment.