Fixed Default value .Ticket #3601
This commit is contained in:
parent
18ba1ed374
commit
004b5c57b9
|
@ -502,7 +502,7 @@ function config_update_config () {
|
||||||
$error_update[] = __('Display text when proc modules have state critical');
|
$error_update[] = __('Display text when proc modules have state critical');
|
||||||
//Daniel maya 02/06/2016 Display menu with click --INI
|
//Daniel maya 02/06/2016 Display menu with click --INI
|
||||||
if (!config_update_value ('click_display', (bool) get_parameter('click_display', false)))
|
if (!config_update_value ('click_display', (bool) get_parameter('click_display', false)))
|
||||||
$error_update[] = __('Display data of proc modules in other format');
|
$error_update[] = __('Display lateral menus with left click');
|
||||||
//Daniel maya 02/06/2016 Display menu with click --END
|
//Daniel maya 02/06/2016 Display menu with click --END
|
||||||
|
|
||||||
|
|
||||||
|
@ -1396,7 +1396,7 @@ function config_process_config () {
|
||||||
}
|
}
|
||||||
//Daniel maya 02/06/2016 Display menu with click --INI
|
//Daniel maya 02/06/2016 Display menu with click --INI
|
||||||
if (!isset($config["click_display"])) {
|
if (!isset($config["click_display"])) {
|
||||||
config_update_value ('click_display', 0);
|
config_update_value ('click_display', 1);
|
||||||
}
|
}
|
||||||
//Daniel maya 02/06/2016 Display menu with click --END
|
//Daniel maya 02/06/2016 Display menu with click --END
|
||||||
if (!isset($config['command_snapshot'])) {
|
if (!isset($config['command_snapshot'])) {
|
||||||
|
|
Loading…
Reference in New Issue