r77334 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77333‎ | r77334 | r77335 >
Date:17:47, 26 November 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
rem dead globals
Modified paths:
  • /trunk/extensions/Maps/Maps.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps.php
@@ -36,7 +36,7 @@
3737 echo '<b>Warning:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.';
3838 }
3939 else {
40 - define( 'Maps_VERSION', '0.7.3 a2' );
 40+ define( 'Maps_VERSION', '0.7.3 a3' );
4141
4242 // The different coordinate notations.
4343 define( 'Maps_COORDS_FLOAT', 'float' );
@@ -161,7 +161,6 @@
162162 */
163163 function efMapsSetup() {
164164 global $wgExtensionCredits, $wgLang, $wgExtraNamespaces, $wgNamespaceAliases;
165 - global $egMapsDefaultService, $egMapsAvailableServices;
166165
167166 // This function has been deprecated in 1.16, but needed for earlier versions.
168167 // It's present in 1.16 as a stub, but lets check if it exists in case it gets removed at some point.
@@ -200,4 +199,4 @@
201200 );
202201
203202 return true;
204 -}
\ No newline at end of file
 203+}

Status & tagging log