diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0caa0e6524..c6afbffb61 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,11 +1,16 @@ -2010-01-27 Miguel de Dios +2010-01-29 Miguel de Dios + + * godmode/reporting/map_builder.php: use "clean_cache" in the deleting of + visual map. + +2010-01-28 Miguel de Dios * operation/gis_maps/render_view.php: add the check if there aren't any connection to map. * operation/menu.php: change parameter "id" to "id_map". -2010-01-27 Miguel de Dios +2010-01-28 Miguel de Dios * include/functions_gis.php: add function "deleteMap" for to delete the map and other rows in tables related. diff --git a/pandora_console/godmode/reporting/map_builder.php b/pandora_console/godmode/reporting/map_builder.php index 5873798793..d07f70f1b3 100644 --- a/pandora_console/godmode/reporting/map_builder.php +++ b/pandora_console/godmode/reporting/map_builder.php @@ -102,6 +102,7 @@ if ($delete_layout) { $result = process_sql_delete ('tlayout', array ('id' => $id_layout)); if ($result) { echo '

'.__('Successfully deleted').'

'; + clean_cache(); } else { echo '

'.__('Not deleted. Error deleting data').'

'; }