mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-74061-master' of https://github.com/ntdat1904/datnguyen_moodle
This commit is contained in:
commit
df2276aee6
2 changed files with 2 additions and 1 deletions
|
@ -243,7 +243,7 @@ if (empty($completions)) {
|
|||
// Completion data.
|
||||
echo html_writer::start_tag('td', array('class' => 'cell c5'));
|
||||
if ($row['timecompleted']) {
|
||||
echo userdate($row['timecompleted'], get_string('strftimedate', 'langconfig'));
|
||||
echo userdate($row['timecompleted'], get_string('strftimedatemonthtimeshort', 'langconfig'));
|
||||
} else {
|
||||
echo '-';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue