2011-12-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* 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
This commit is contained in:
juanmanuelr 2011-12-22 12:57:35 +00:00
parent 0e85fedb88
commit 7a90d81607
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-12-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/search_alerts.php: Added semicolon at end of a line.
Fixes: #3453610
2011-12-22 Sergio Martin <sergio.martin@artica.es>
* include/functions_graph.php: Fixed Date formats in graph

View File

@ -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");