From 9d808552af48d0250974b4a2528df278076885eb Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 6 Feb 2013 11:00:51 +0000 Subject: [PATCH] 2013-02-06 Miguel de Dios * include/functions_config.php: uploaded the lost character key. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7595 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions_config.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b003aee82b..301368a344 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2013-02-06 Miguel de Dios + + * include/functions_config.php: uploaded the lost character key. + 2013-02-06 Sergio Martin * include/functions_treeview.php: Fixed repeated messages on diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 75db5fc4c4..7ecf849ca8 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -872,7 +872,7 @@ function config_process_config () { if (!isset($config['command_snapshot'])) { config_update_value ('command_snapshot', 1); - + } /* Finally, check if any value was overwritten in a form */ config_update_config(); }