Skip to content
Snippets Groups Projects
Commit 0f3b3f0f authored by webgeer's avatar webgeer
Browse files

Dumb mistake.... fixed

parent 75c6db53
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment