From 7a90d81607d830d2ed78566d3d2139751e4f7f01 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 22 Dec 2011 12:57:35 +0000 Subject: [PATCH] 2011-12-22 Juan Manuel Ramon * operation/search_alerts.php: Added semicolon at end of a line. Fixes: #3453610 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5295 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/operation/search_alerts.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cfb552ff26..e0fdd14d0c 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2011-12-22 Juan Manuel Ramon + + * operation/search_alerts.php: Added semicolon at end of a line. + + Fixes: #3453610 + 2011-12-22 Sergio Martin * include/functions_graph.php: Fixed Date formats in graph diff --git a/pandora_console/operation/search_alerts.php b/pandora_console/operation/search_alerts.php index 1aac98ef0e..10d9dbe34d 100755 --- a/pandora_console/operation/search_alerts.php +++ b/pandora_console/operation/search_alerts.php @@ -17,7 +17,7 @@ global $config; include_once('include/functions_alerts.php'); -enterprise_include_once('include/functions_policies.php') +enterprise_include_once('include/functions_policies.php'); include_once($config['homedir'] . "/include/functions_agents.php"); include_once($config['homedir'] . "/include/functions_modules.php");