r86996 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86995‎ | r86996 | r86997 >
Date:23:09, 26 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rem dead code
Modified paths:
  • /trunk/extensions/Maps/includes/services/YahooMaps/Maps_YahooMaps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/includes/services/YahooMaps/Maps_YahooMaps.php
@@ -133,11 +133,10 @@
134134 * @return array
135135 */
136136 protected function getDependencies() {
137 - global $egYahooMapsKey, $egMapsScriptPath, $egMapsStyleVersion;
 137+ global $egYahooMapsKey;
138138
139139 return array(
140 - Html::linkedScript( "http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=$egYahooMapsKey" ),
141 - Html::linkedScript( "$egMapsScriptPath/includes/services/YahooMaps/YahooMapFunctions.js?$egMapsStyleVersion" ),
 140+ Html::linkedScript( "http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=$egYahooMapsKey" )
142141 );
143142 }
144143

Status & tagging log