r41695 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41694‎ | r41695 | r41696 >
Date:14:15, 5 October 2008
Author:yaron
Status:old
Tags:
Comment:
Handled renamed function
Modified paths:
  • /trunk/extensions/SemanticGoogleMaps/SGM_QueryPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticGoogleMaps/SGM_QueryPrinter.php
@@ -162,7 +162,7 @@
163163 } else {
164164 // GLatLng class expects only numbers, no
165165 // letters or degree symbols
166 - list($center_lat, $center_lon) = sgmGetLatLon($center);
 166+ list($center_lat, $center_lon) = SGMUtils::getLatLon($center);
167167 }
168168 $map_text .= " map.setCenter(new GLatLng($center_lat, $center_lon), $zoom);\n";
169169 }

Status & tagging log