FIxed a date formatting bug

This commit is contained in:
moodler
2005-03-07 05:57:51 +00:00
parent 52de3da486
commit d69f04ee5d
+1 -1
View File
@@ -299,7 +299,7 @@ function ewiki_entry_downloads($row, $show_section=0, $fullinfo=false) {
$id = $row["id"];
$p_title = basename($meta["Content-Location"]);
$p_time = strftime("%c", $row["created"]);
$p_time = userdate($row["created"]);
$p_hits = ($row["hits"] ? $row["hits"] : "0");