fixed bug #4030 - filemtime for time modified

This commit is contained in:
skodak
2005-11-04 11:29:14 +00:00
parent d9ac8ca2e0
commit b60d39b96e
@@ -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>';
}