2013-02-12 Sergio Martin <sergio.martin@artica.es>
* include/functions_config.php: Fixed the update of the inventory changes black list on setup for bug 3604298 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7636 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
28b1d7bd8b
commit
80ba29ee23
|
@ -1,3 +1,8 @@
|
|||
2013-02-12 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_config.php: Fixed the update of the
|
||||
inventory changes black list on setup for bug 3604298
|
||||
|
||||
2013-02-12 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/help/en/help_warning_status.php
|
||||
|
|
|
@ -149,6 +149,10 @@ function config_update_config () {
|
|||
config_update_value ('replication_mode', (string)get_parameter('replication_mode'));
|
||||
}
|
||||
config_update_value ('log_collector', (bool)get_parameter('log_collector'));
|
||||
|
||||
$inventory_changes_blacklist = get_parameter('inventory_changes_blacklist', array());
|
||||
config_update_value ('inventory_changes_blacklist', implode(',',$inventory_changes_blacklist));
|
||||
|
||||
}
|
||||
break;
|
||||
case 'pass':
|
||||
|
|
Loading…
Reference in New Issue