r70311 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70310‎ | r70311 | r70312 >
Date:02:50, 2 August 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Removed dead $egMapsServices
Modified paths:
  • /trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayers.php (modified) (history)
  • /trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMaps.php
@@ -23,7 +23,7 @@
2424 $wgHooks['MappingServiceLoad'][] = 'smfInitYahooMaps';
2525
2626 function smfInitYahooMaps() {
27 - global $egMapsServices, $wgAutoloadClasses;
 27+ global $wgAutoloadClasses;
2828
2929 $wgAutoloadClasses['SMYahooMapsQP'] = dirname( __FILE__ ) . '/SM_YahooMapsQP.php';
3030
Index: trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayers.php
@@ -23,7 +23,7 @@
2424 $wgHooks['MappingServiceLoad'][] = 'smfInitOpenLayers';
2525
2626 function smfInitOpenLayers() {
27 - global $egMapsServices, $wgAutoloadClasses;
 27+ global $wgAutoloadClasses;
2828
2929 $wgAutoloadClasses['SMOpenLayersQP'] = dirname( __FILE__ ) . '/SM_OpenLayersQP.php';
3030

Status & tagging log