r54823 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54822‎ | r54823 | r54824 >
Date:22:59, 11 August 2009
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.3
Modified paths:
  • /trunk/extensions/SemanticMaps/GoogleMaps/SM_GoogleMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/GoogleMaps/SM_GoogleMaps.php
@@ -77,7 +77,7 @@
7878 list($lat, $lon, $title, $label, $icon) = $location;
7979 $title = str_replace("'", "\'", $title);
8080 $label = str_replace("'", "\'", $label);
81 - $markerItems[] = "getGMarkerData($lat, $lon, '$title', '$label', '')";
 81+ $markerItems[] = "getGMarkerData($lat, $lon, '$title', '$label', '$icon')";
8282 }
8383
8484 $markersString = implode(',', $markerItems);

Status & tagging log