http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54823

Revision: 54823
Author:   jeroendedauw
Date:     2009-08-11 22:59:57 +0000 (Tue, 11 Aug 2009)

Log Message:
-----------
Changes for 0.3

Modified Paths:
--------------
    trunk/extensions/SemanticMaps/GoogleMaps/SM_GoogleMaps.php

Modified: trunk/extensions/SemanticMaps/GoogleMaps/SM_GoogleMaps.php
===================================================================
--- trunk/extensions/SemanticMaps/GoogleMaps/SM_GoogleMaps.php  2009-08-11 
22:59:52 UTC (rev 54822)
+++ trunk/extensions/SemanticMaps/GoogleMaps/SM_GoogleMaps.php  2009-08-11 
22:59:57 UTC (rev 54823)
@@ -77,7 +77,7 @@
                        list($lat, $lon, $title, $label, $icon) = $location;
                        $title = str_replace("'", "\'", $title);
                        $label = str_replace("'", "\'", $label);
-                       $markerItems[] = "getGMarkerData($lat, $lon, '$title', 
'$label', '')";
+                       $markerItems[] = "getGMarkerData($lat, $lon, '$title', 
'$label', '$icon')";
                }
                
                $markersString = implode(',', $markerItems);            



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to