2014-04-04 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_network_components.php: some cleans into the source code style. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9724 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6f0160f82b
commit
8bcc5c2add
|
@ -1,3 +1,8 @@
|
|||
2014-04-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_network_components.php: some cleans into the
|
||||
source code style.
|
||||
|
||||
2014-04-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_networkmap.php: fixed the networkmap L2 with
|
||||
|
|
|
@ -222,7 +222,8 @@ function network_components_get_groups ($id_module_components = 0, $localCompone
|
|||
$level++;
|
||||
$tmp = $id_parent;
|
||||
$id_parent = (int) $group['id_sg'];
|
||||
$childs = network_components_get_groups ($id_module_components, $localComponent);
|
||||
$childs = network_components_get_groups($id_module_components,
|
||||
$localComponent);
|
||||
$id_parent = $tmp;
|
||||
$level--;
|
||||
|
||||
|
|
Loading…
Reference in New Issue