Changeset 7085

Show
Ignore:
Timestamp:
11/26/08 01:48:22 (6 weeks ago)
Author:
daybreaker
Message:

refs #1131: [7083] 버그 수정

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/GoogleMap/index.php

    r7083 r7085  
    195195            break; 
    196196        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"; 
    198198            break; 
    199199        case 9: