From f56c6f6a9bb33ede015dfe6629c8a06cc836734e Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Fri, 17 Jun 2011 14:44:17 +0000 Subject: [PATCH] 2011-06-17 Ramon Novoa * godmode/alerts/alert_actions.php: Aesthetic fix. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4466 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/alerts/alert_actions.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 853f414d12..50bc243555 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-06-17 Ramon Novoa + + * godmode/alerts/alert_actions.php: Aesthetic fix. + 2011-06-17 Sergio Martin * include/functions_events.php: Fixed duplication of comments diff --git a/pandora_console/godmode/alerts/alert_actions.php b/pandora_console/godmode/alerts/alert_actions.php index 757ad396c3..8d19648120 100644 --- a/pandora_console/godmode/alerts/alert_actions.php +++ b/pandora_console/godmode/alerts/alert_actions.php @@ -46,7 +46,7 @@ $create_action = (bool) get_parameter ('create_action'); $delete_action = (bool) get_parameter ('delete_action'); $copy_action = (bool) get_parameter ('copy_action'); -if ((!$copy_action) && (!$delete_action)) +if ((!$copy_action) && (!$delete_action) && (!$update_action)) // Header ui_print_page_header (__('Alerts').' » '.__('Alert actions'), "images/god2.png", false, "", true);