diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e75a12d0d5..cde78186aa 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2009-12-4 Miguel de Dios + + * godmode/alerts/alert_templates.php: use the function to translate the + seconds time to "human time" for time threshold. + Fixes: 2905968 + 2009-12-3 Miguel de Dios * operation/agentes/estado_ultimopaquete.php: fix the column of data with diff --git a/pandora_console/godmode/alerts/alert_templates.php b/pandora_console/godmode/alerts/alert_templates.php index 9814e686e2..f13ca8e217 100644 --- a/pandora_console/godmode/alerts/alert_templates.php +++ b/pandora_console/godmode/alerts/alert_templates.php @@ -81,7 +81,7 @@ if (is_ajax ()) { } echo "" . __('Time threshold') . ": "; - echo $template['time_threshold']; + echo human_time_description_raw($template['time_threshold']); echo '
'; if ($template['time_from'] != $template['time_to']) {