changeset 59:612d99622699

Unused variable
author nanaya <me@nanaya.pro>
date Sat, 03 Nov 2018 05:00:35 +0900
parents 281a129299cf
children 89049f2cdcca
files index.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Tue Apr 04 22:26:45 2017 +0900
+++ b/index.php	Sat Nov 03 05:00:35 2018 +0900
@@ -143,7 +143,7 @@
               ($is_dir ? "[dir]" : human_size($file_stat["size"])).
             "</td>".
             "<td>".
-              hidden_data("", $is_dir).$columns["date"].
+              hidden_data("", $is_dir).
               h(strftime("%Y-%m-%d %H:%M %Z", $file_stat["mtime"])).
             "</td>".
           "</tr>";