diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a1043b2628..88cfa7d012 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-07-15 Juan Manuel Ramon + + * include/functions_gis.php: Changed name of function safe_input to + io_safe_input. + 2011-07-15 Juan Manuel Ramon * include/functions_gis.php: Fixed Gis map creation when has agents diff --git a/pandora_console/include/functions_gis.php b/pandora_console/include/functions_gis.php index 8b9634ac6c..7c3c9557dc 100644 --- a/pandora_console/include/functions_gis.php +++ b/pandora_console/include/functions_gis.php @@ -730,7 +730,7 @@ function gis_save_map($map_name, $map_initial_longitude, $map_initial_latitude, db_process_sql_insert('tgis_map_layer_has_tagente', array( 'tgis_map_layer_id_tmap_layer' => $idLayer, - 'tagente_id_agente' => agents_get_agent_id(safe_input($agent_name)) + 'tagente_id_agente' => agents_get_agent_id(io_safe_input($agent_name)) ) ); }