2013-02-06 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2013-02-06 11:00:51 +00:00
parent 2206967c68
commit 4006fbe500
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-02-06 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_config.php: uploaded the lost character key.
2013-02-06 Sergio Martin <sergio.martin@artica.es>
* include/functions_treeview.php: Fixed repeated messages on

View File

@ -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();
}