Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | 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>.'; |
38 | 38 | } |
39 | 39 | else { |
40 | | - define( 'Maps_VERSION', '0.7.3 a2' ); |
| 40 | + define( 'Maps_VERSION', '0.7.3 a3' ); |
41 | 41 | |
42 | 42 | // The different coordinate notations. |
43 | 43 | define( 'Maps_COORDS_FLOAT', 'float' ); |
— | — | @@ -161,7 +161,6 @@ |
162 | 162 | */ |
163 | 163 | function efMapsSetup() { |
164 | 164 | global $wgExtensionCredits, $wgLang, $wgExtraNamespaces, $wgNamespaceAliases; |
165 | | - global $egMapsDefaultService, $egMapsAvailableServices; |
166 | 165 | |
167 | 166 | // This function has been deprecated in 1.16, but needed for earlier versions. |
168 | 167 | // 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 @@ |
201 | 200 | ); |
202 | 201 | |
203 | 202 | return true; |
204 | | -} |
\ No newline at end of file |
| 203 | +} |