From 2097fce34b958793dfdc7cc06e67dbe5faadc4c6 Mon Sep 17 00:00:00 2001 From: Junichi Satoh Date: Sat, 3 Dec 2016 16:15:16 +0900 Subject: [PATCH] Fixed timestamp to follow timestamp/comparison setting. (cherry picked from commit d4611cafb25007c7c1464bbccc385050832df75d) --- pandora_console/godmode/admin_access_logs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/admin_access_logs.php b/pandora_console/godmode/admin_access_logs.php index 5377e5994f..dcbc9b55ee 100644 --- a/pandora_console/godmode/admin_access_logs.php +++ b/pandora_console/godmode/admin_access_logs.php @@ -245,7 +245,7 @@ foreach ($result as $row) { } $data[1] = ui_print_session_action_icon ($row['accion'], true); $data[1] .= $row["accion"]; - $data[2] = ui_print_help_tip($row['fecha'], true) . human_time_comparation($row['utimestamp']); + $data[2] = ui_print_help_tip($row['fecha'], true) . ui_print_timestamp($row['utimestamp'], true); switch ($config['dbtype']) { case "mysql": case "postgresql":