2010-02-10 Sancho Lerena <slerena@artica.es>
* 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. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2345 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2345ee5f8a
commit
888714e237
|
@ -1,3 +1,11 @@
|
|||
2010-02-10 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* 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 <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_gis.php: in function "saveMap" now save the default
|
||||
|
|
|
@ -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"];
|
||||
|
||||
|
|
Loading…
Reference in New Issue