diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 959140a9b5..4b9fc40255 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2010-02-10 Sancho Lerena + + * operation/reporting/reporting_viewer_pdf.php + include/functions_reporting_pdf.php: Small fixes for PDF reporting. + Decode entities to show texts correctly in description of each element. + + * pandoradb.sql: new enterprise structures. + 2010-02-10 Miguel de Dios * include/functions_gis.php: in function "saveMap" now save the default diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 50ba0b5a14..2e194702ff 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -256,6 +256,7 @@ function process_config () { update_config_value ('status_images_set', 'default'); } + // Load user session if (isset ($_SESSION['id_usuario'])) $config["id_user"] = $_SESSION["id_usuario"];