2009-06-10 Esteban Sanchez <estebans@artica.es>
* godmode/modules/manage_network_templates_form.php: Applied Zdenek Janda's patch. Fixes #2802589 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1747 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c560862f49
commit
e5c4ad5406
|
@ -1,3 +1,8 @@
|
|||
2009-06-10 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
* godmode/modules/manage_network_templates_form.php: Applied
|
||||
Zdenek Janda's patch. Fixes #2802589
|
||||
|
||||
2009-06-10 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
* operation/agentes/networkmap.php: Avoids a warning when no nodes
|
||||
|
|
|
@ -26,6 +26,8 @@ if (! give_acl ($config['id_user'], 0, "PM")) {
|
|||
exit;
|
||||
}
|
||||
|
||||
require_once ('include/functions_network_components.php');
|
||||
|
||||
$id_np = get_parameter ("id_np", -1); //Network Profile
|
||||
$ncgroup = get_parameter ("ncgroup", -1); //Network component group
|
||||
$id_nc = get_parameter ("components", array ());
|
||||
|
|
Loading…
Reference in New Issue