Procházet zdrojové kódy

changed maps from .com to .co.uk

master
memespring před 17 roky
rodič
revize
939cb061b9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      docs/include/scraper_support.php

+ 1
- 1
docs/include/scraper_support.php Zobrazit soubor

@@ -259,7 +259,7 @@ function scrape_applications_islington ($search_url, $info_url_base, $comment_ur
//Google maps url
function googlemap_url_from_postcode($postcode, $zoom = 15){
$postcode = strtolower(str_replace(" ", "+", $postcode));
return "http://maps.google.com/maps?q=$postcode&z=$zoom";
return "http://maps.google.co.uk/maps?q=$postcode&z=$zoom";
}
//postcode to location


Načítá se…
Zrušit
Uložit