Commit 815bde4fe8283073eff987a6c5e988024c40a0a1

Authored by Edmar Moretti
1 parent 592b4865

Correção na ferramenta wikipedia

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ferramentas/wiki/funcoes.php
... ... @@ -14,7 +14,7 @@ function listaartigos()
14 14 global $ret, $cp, $usuarioGeonames;
15 15 $e = explode(" ",$ret);
16 16 $url = "http://api.geonames.org/wikipediaBoundingBox?username=".$usuarioGeonames."&style=full&north=".$e[3]."&south=".$e[1]."&east=".$e[2]."&west=".$e[0]."&maxRows=20";
17   - echo $url;
  17 + //echo $url;
18 18 $xml = simplexml_load_file($url."&lang=pt");
19 19 $conta = 0;
20 20 $fim = array();
... ...