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