update Tiger import script to use 2014 data

This commit is contained in:
Marc Tobias Metten
2015-05-04 01:13:20 +02:00
parent 3134fb8b40
commit 3b809c40f1

View File

@@ -484,7 +484,7 @@
$aDBInstances[$i] =& getDB(true);
}
foreach(glob(CONST_BasePath.'/data/tiger2011/*.sql') as $sFile)
foreach(glob(CONST_BasePath.'/data/tiger2014/*.sql') as $sFile)
{
echo $sFile.': ';
$hFile = fopen($sFile, "r");