X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6382b1c111a49b592c269dec424aacd83495a184..04a20a2a0a8f89fa22f9c7347b551242826222a2:/utils/setup.php?ds=sidebyside
diff --git a/utils/setup.php b/utils/setup.php
index 65c3d88a..bc6a2aeb 100755
--- a/utils/setup.php
+++ b/utils/setup.php
@@ -577,7 +577,6 @@
// download.geofabrik.de: 000/
26-Feb-2013 11:53 |
// planet.openstreetmap.org: 273/ 2013-03-11 07:41 -
preg_match_all('#([0-9]{3}/)\s*([-0-9a-zA-Z]+ [0-9]{2}:[0-9]{2})#', $sRep, $aRepMatches, PREG_SET_ORDER);
- var_dump($aRepMatches);
if ($aRepMatches)
{
$aPrevRepMatch = false;
@@ -591,7 +590,6 @@
$sRepURL .= $aRepMatch[1];
$sRep = file_get_contents($sRepURL."?C=M;O=D;F=1");
preg_match_all('#([0-9]{3}/)\s*([-0-9a-zA-Z]+ [0-9]{2}:[0-9]{2})#', $sRep, $aRepMatches, PREG_SET_ORDER);
- var_dump($aRepMatches);
$aPrevRepMatch = false;
foreach($aRepMatches as $aRepMatch)
{
@@ -603,7 +601,6 @@
$sRepURL .= $aRepMatch[1];
$sRep = file_get_contents($sRepURL."?C=M;O=D;F=1");
preg_match_all('#([0-9]{3}).state.txt\s*([-0-9a-zA-Z]+ [0-9]{2}:[0-9]{2})#', $sRep, $aRepMatches, PREG_SET_ORDER);
- var_dump($aRepMatches);
$aPrevRepMatch = false;
foreach($aRepMatches as $aRepMatch)
{