Posted by JaredAM on June 19, 2009 at 9:15pm
Jump to:
| 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
Posting to put this on my issues list.
#2
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
Automatically closed -- issue fixed for 2 weeks with no activity.