diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c3c748dd88..88c0b4e323 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-04-19 Sergio Martin + + * godmode/alerts/alert_list.list.php: Fixed a var definition + error + 2010-04-19 Sergio Martin * include/functions_html.php: Added the parameter style diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index 38360e0284..4b5e0f3b6e 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -232,7 +232,7 @@ foreach ($simple_alerts as $alert) { $actions = get_alert_agent_module_actions ($alert['id']); - + $data[5] = ''; if (empty($actions)){ // Get and show default actions for this alert $default_action = get_db_sql ("SELECT id_alert_action FROM talert_templates WHERE id = ".$alert["id_alert_template"]);