From a1c3b4181a5a42aa9497dfbe0411bb03efe3d9f4 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Wed, 24 Mar 2010 01:18:40 +0000 Subject: [PATCH] 2010-03-24 Junichi Satoh * operation/snmpconsole/snmp_view.php: To follow timestamp setting, changed the function to use, from human_time_comparation() to print_timestamp(). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2522 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/operation/snmpconsole/snmp_view.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ad82030e50..87d782a097 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-03-24 Junichi Satoh + + * operation/snmpconsole/snmp_view.php: To follow timestamp setting, + changed the function to use, from human_time_comparation() to + print_timestamp(). + 2010-03-23 Miguel de Dios * include/javascript/jquery.ui.resizable.js: add library of jQuery.ui for diff --git a/pandora_console/operation/snmpconsole/snmp_view.php b/pandora_console/operation/snmpconsole/snmp_view.php index 9894d4e35d..98e2005cbe 100644 --- a/pandora_console/operation/snmpconsole/snmp_view.php +++ b/pandora_console/operation/snmpconsole/snmp_view.php @@ -384,7 +384,7 @@ if ($traps !== false) { // Timestamp $data[6] = ''; - $data[6] .= human_time_comparation ($trap["timestamp"]); + $data[6] .= print_timestamp ($trap["timestamp"], true); $data[6] .= ''; // Use alert severity if fired