Changeset 3208

Show
Ignore:
Timestamp:
07/25/2008 12:12:43 PM (4 months ago)
Author:
alexsancho
Message:

added encoded ampersand as default separator to api_url

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/gmaps/libraries/Gmap.php

    r3206 r3208  
    3939                } 
    4040 
    41                 return 'http://www.google.com/'.$component.'?'.http_build_query($parameters); 
     41                return 'http://www.google.com/'.$component.'?'.http_build_query($parameters, '', '&'); 
    4242         } 
    4343