mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 20:36:42 +01:00
fixed bug #4030 - filemtime for time modified; merged from MOODLE_15_STABLE
This commit is contained in:
parent
6a21526c0c
commit
539d335c2f
@ -134,7 +134,7 @@ function display() {
|
||||
echo $filesize;
|
||||
echo '</td>';
|
||||
echo '<td align="right" nowrap="nowrap" class="date">';
|
||||
echo userdate(filectime("$CFG->dataroot/$relativepath/$file"), $strftime);
|
||||
echo userdate(filemtime("$CFG->dataroot/$relativepath/$file"), $strftime);
|
||||
echo '</td>';
|
||||
echo '</tr>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user