From e093635528cd557a87258cf81a017e6fc7ae6849 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Fri, 8 Jul 2011 09:39:52 +0000 Subject: [PATCH] 2011-07-08 Sergio Martin * include/functions_alerts.php: Add always condition to templates git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4533 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions_alerts.php | 1 + 2 files changed, 5 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5b4d3910eb..9df40f6ffb 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-07-08 Sergio Martin + + * include/functions_alerts.php: Add always condition to templates + 2011-07-08 Juan Manuel Ramon * godmode/agentes/modificar_agente.php: Changed deprecated function diff --git a/pandora_console/include/functions_alerts.php b/pandora_console/include/functions_alerts.php index fa227af747..144bbe7662 100644 --- a/pandora_console/include/functions_alerts.php +++ b/pandora_console/include/functions_alerts.php @@ -452,6 +452,7 @@ function alerts_get_alert_templates_types () { $types['critical'] = __('Critical status'); $types['unknown'] = __('Unknown status'); $types['onchange'] = __('On Change'); + $types['always'] = __('Always'); return $types; }