Changeset 7085
- Timestamp:
- 11/26/08 01:48:22 (6 weeks ago)
- Files:
-
- 1 modified
-
trunk/plugins/GoogleMap/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/GoogleMap/index.php
r7083 r7085 195 195 break; 196 196 case 1: // find in client 197 echo "\t\t\tGMap_addLocationMark(locationMap, {address:GMap_normalizeAddress('{$locative['location']}'), path:'{$locative['location']}'}, '".str_replace("'", "\\'", $locative['title'])."', encodeURI('".str_replace("'", "\\'", $locative['link'])."'), boundary, locations);\n";197 echo "\t\t\tGMap_addLocationMark(locationMap, '{$locative['location']}', '".str_replace("'", "\\'", $locative['title'])."', encodeURI('".str_replace("'", "\\'", $locative['link'])."'), boundary, locations);\n"; 198 198 break; 199 199 case 9:
