From e6c4070212b2513ff9f9e5078b6afcc2f084ff3d Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Mon, 6 Jun 2016 11:35:14 +0200 Subject: [PATCH] Fixed Default value .Ticket #3601 (cherry picked from commit 004b5c57b9d37eb6d419e2991519c10a43e5dccd) --- pandora_console/include/functions_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 3ac75a271f..23ebc4c080 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -496,7 +496,7 @@ function config_update_config () { $error_update[] = __('Display text when proc modules have state critical'); //Daniel maya 02/06/2016 Display menu with click --INI 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 @@ -1366,7 +1366,7 @@ function config_process_config () { } //Daniel maya 02/06/2016 Display menu with click --INI 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 if (!isset($config['command_snapshot'])) {