Changeset 1494
- Timestamp:
- 08/18/11 22:24:15 (21 months ago)
- Files:
-
- 1 modified
-
g-map/files/lib/data/gmap/GmapApi.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
g-map/files/lib/data/gmap/GmapApi.class.php
r1328 r1494 88 88 } 89 89 90 if (CHARSET != 'UTF-8') { 91 $location = StringUtil::convertEncoding(CHARSET, 'UTF-8', $location); 92 } 90 93 $lookupstring = urlencode(StringUtil::trim($location)); 94 91 95 if(isset($this->cache_search[$lookupstring])) { 92 96 return $this->cache_search[$lookupstring];
