2013-04-17 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_treeview.php: fixed the PHP warning. Fixes: #3611072 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8004 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
658f0c8620
commit
1ae824f78d
|
@ -1,3 +1,9 @@
|
|||
2013-04-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_treeview.php: fixed the PHP warning.
|
||||
|
||||
Fixes: #3611072
|
||||
|
||||
2013-04-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_ui.php: fixed the data to show in the
|
||||
|
|
|
@ -29,7 +29,7 @@ function treeview_printModuleTable($id_module, $server_data = false) {
|
|||
$console_url = $server_data['server_url'] . '/';
|
||||
$url_hash = metaconsole_get_servers_url_hash($server_data);
|
||||
}
|
||||
|
||||
|
||||
require_once ($config["homedir"] . "/include/functions_agents.php");
|
||||
require_once ($config["homedir"] . "/include/functions_graph.php");
|
||||
include_graphs_dependencies($config['homedir'].'/');
|
||||
|
@ -38,7 +38,7 @@ function treeview_printModuleTable($id_module, $server_data = false) {
|
|||
enterprise_include_once ('meta/include/functions_modules_meta.php');
|
||||
enterprise_include_once ('meta/include/functions_ui_meta.php');
|
||||
enterprise_include_once ('meta/include/functions_metaconsole.php');
|
||||
|
||||
|
||||
$filter["id_agente_modulo"] = $id_module;
|
||||
|
||||
$module = db_get_row_filter ("tagente_modulo", $filter);
|
||||
|
|
Loading…
Reference in New Issue