Changeset 3208
- Timestamp:
- 07/25/2008 12:12:43 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
r3206 r3208 39 39 } 40 40 41 return 'http://www.google.com/'.$component.'?'.http_build_query($parameters );41 return 'http://www.google.com/'.$component.'?'.http_build_query($parameters, '', '&'); 42 42 } 43 43
