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:
parent
6ba036c438
commit
d05cb5442f
|
@ -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>
|
2011-12-22 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_graph.php: Fixed Date formats in graph
|
* include/functions_graph.php: Fixed Date formats in graph
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
include_once('include/functions_alerts.php');
|
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_agents.php");
|
||||||
include_once($config['homedir'] . "/include/functions_modules.php");
|
include_once($config['homedir'] . "/include/functions_modules.php");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue