Changeset 3194 for trunk/modules
- Timestamp:
- 07/22/2008 02:12:21 PM (4 months ago)
- Files:
-
- 1 modified
-
trunk/modules/gmaps/libraries/Gmap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/gmaps/libraries/Gmap.php
r3191 r3194 91 91 { 92 92 // Set the XML URL 93 $xml = Gmap::api_url('maps/geo', array('output' => 'xml', 'q' => rawurlencode($address)));93 $xml = Gmap::api_url('maps/geo', array('output' => 'xml', 'q' => $address)); 94 94 95 95 // Disable error reporting while fetching the feed
