http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73736

Revision: 73736
Author:   jeroendedauw
Date:     2010-09-25 08:23:47 +0000 (Sat, 25 Sep 2010)

Log Message:
-----------
Changes for 0.7 - follow up to r73733

Modified Paths:
--------------
    trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php

Modified: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php
===================================================================
--- trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php      
2010-09-25 08:22:30 UTC (rev 73735)
+++ trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php      
2010-09-25 08:23:47 UTC (rev 73736)
@@ -427,10 +427,8 @@
                }
                else {
                        // If centre is not set and there are no results, 
centre on the default coordinates.
-                       global $egMapsMapLat, $egMapsMapLon;
-                       
-                       $this->centreLat = $egMapsMapLat;
-                       $this->centreLon = $egMapsMapLon;
+                       global $egMapsDefaultMapCentre;
+                       // TODO
                }               
        }
        



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to