2014-05-20 Vanessa Gil <vanessa.gil@artica.es>

* godmode/gis_maps/configure_gis_map.php: Fixed
	typographic error.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9967 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2014-05-20 15:13:15 +00:00
parent 9e3b7d0db1
commit 38d506b866
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-05-20 Vanessa Gil <vanessa.gil@artica.es>
* godmode/gis_maps/configure_gis_map.php: Fixed
typographic error.
2014-05-20 Alejandro Gallardo <alejandro.gallardo@artica.es> 2014-05-20 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_api.php: Fixed the function * include/functions_api.php: Fixed the function

View File

@ -261,7 +261,7 @@ switch ($action) {
} }
ui_print_result_message ($mapCreatedOk, __('Map successfully update'), ui_print_result_message ($mapCreatedOk, __('Map successfully update'),
__('Map could not be update')); __('Map could not be updated'));
html_print_input_hidden('action', 'update_saved'); html_print_input_hidden('action', 'update_saved');
html_print_input_hidden('map_id', $idMap); html_print_input_hidden('map_id', $idMap);