mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-34379' of git://github.com/timhunt/moodle
This commit is contained in:
commit
052f346105
1 changed files with 0 additions and 2 deletions
|
@ -189,8 +189,6 @@ abstract class quiz_attempts_report_table extends table_sql {
|
|||
public function col_duration($attempt) {
|
||||
if ($attempt->timefinish) {
|
||||
return format_time($attempt->timefinish - $attempt->timestart);
|
||||
} else if ($attempt->timestart) {
|
||||
return get_string('unfinished', 'quiz');
|
||||
} else {
|
||||
return '-';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue