mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'develop' of https://brutus.artica.lan:8081/artica/pandorafms into develop
This commit is contained in:
commit
4f0a8cfdb1
@ -575,11 +575,7 @@ sub process_xml_data ($$$$$) {
|
|||||||
|
|
||||||
# No parent module defined
|
# No parent module defined
|
||||||
my $parent_module_name = get_tag_value ($module_data, 'module_parent', undef);
|
my $parent_module_name = get_tag_value ($module_data, 'module_parent', undef);
|
||||||
if (! defined ($parent_module_name)) {
|
next if (! defined ($parent_module_name));
|
||||||
use Data::Dumper;
|
|
||||||
print Dumper($module_data);
|
|
||||||
next;
|
|
||||||
}
|
|
||||||
|
|
||||||
link_modules($pa_config, $dbh, $agent_id, $module_name, $parent_module_name);
|
link_modules($pa_config, $dbh, $agent_id, $module_name, $parent_module_name);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user