Skip to content

Commit

Permalink
Merge branch 'MDL-69716-master' of git://github.com/aanabit/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
snake committed Oct 29, 2020
2 parents 6fcd084 + bceb428 commit f6356b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/lib.php
Expand Up @@ -561,8 +561,8 @@ function quiz_user_complete($course, $user, $mod, $quiz) {
} else {
echo get_string('hidden', 'grades');
}
echo ' - '.userdate($attempt->timefinish).'<br />';
}
echo ' - '.userdate($attempt->timefinish).'<br />';
}
} else {
print_string('noattempts', 'quiz');
Expand Down

0 comments on commit f6356b9

Please sign in to comment.