Project:Google Maps location
Version:6.x-1.0-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:babbage
Status:closed (fixed)

Issue Summary

This is exactly the module I was looking for. However, it does not geocode the addresses since it's pointing to the wrong function.

Line 104 reads

$form['#validate'][] = 'gmaplocation_admin_settings_submit';

and it should read

$form['#validate'][] = 'gmaplocation_admin_settings_validate';

Thanks for the simple module!

Comments

#1

Assigned to:Anonymous» babbage

Posting to put this on my issues list.

#2

Status:active» fixed

Nice. I suspect this fixes the issues a number of other people were reporting. Good work identifying this.
http://drupal.org/cvs?commit=228198

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.