mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Cleaned source code.
This commit is contained in:
parent
694235c7ea
commit
ab46cde699
@ -2064,7 +2064,8 @@ function html_print_autocomplete_modules($name = 'module',
|
||||
|
||||
if (empty($groups)) {
|
||||
$id_groups = 0;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$id_groups = implode(',', $groups);
|
||||
}
|
||||
|
||||
|
@ -78,7 +78,8 @@ function wmi_create_wizard_modules($id_agent, $names, $wizard_mode, $values) {
|
||||
|
||||
if($return < 0) {
|
||||
$results[ERR_GENERIC][] = $name;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
$results[NOERR][] = $name;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user