Now the eHorus ID custom field name has a default value

This commit is contained in:
Alejandro Gallardo Escobar 2016-05-09 18:48:56 +02:00
parent 8bb9a31a28
commit df99cf9f64
1 changed files with 3 additions and 0 deletions

View File

@ -1455,6 +1455,9 @@ function config_process_config () {
if (!isset($config['ehorus_enabled'])) {
config_update_value('ehorus_enabled', 0);
}
if (!isset($config['ehorus_custom_field'])) {
config_update_value('ehorus_custom_field', 'eHorusID');
}
if (!isset($config['ehorus_hostname'])) {
config_update_value('ehorus_hostname', 'switch.ehorus.com');
}