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:
parent
9e3b7d0db1
commit
38d506b866
|
@ -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>
|
||||
|
||||
* include/functions_api.php: Fixed the function
|
||||
|
|
|
@ -261,7 +261,7 @@ switch ($action) {
|
|||
}
|
||||
|
||||
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('map_id', $idMap);
|
||||
|
|
Loading…
Reference in New Issue