diff --git a/gmap_location.module b/gmap_location.module index e69e6f93fc4a4c5fd678f91185996df1a5bd74c0..61774444bc7fbb9cb1e67ce5b8bd5a656396d78a 100644 --- a/gmap_location.module +++ b/gmap_location.module @@ -726,7 +726,7 @@ function _gmap_location_map_form(&$form, &$edit, $type) { '#attributes'=>array('onchange'=>'gmap_textchange();'), ); $fields=array('longitude'=>'gmap_location_longitude', - 'latitude'=>'gmap_location_latitude',) + 'latitude'=>'gmap_location_latitude',); if (variable_get('gmap_geocode', 1)) { $form['coordinates']['gmap_location_address']=array( '#type'=>'textfield',