Can't filter on rank_search before it has been assigned

This commit is contained in:
Brian Quinion
2012-05-11 19:23:44 +02:00
parent b9a3e52a67
commit 0ab9c90708
3 changed files with 66 additions and 29 deletions

View File

@@ -19,7 +19,7 @@
if (isset($aCMDResult['parse-tiger']))
{
$bDidSomething = true;
$bDidSomething = true;
foreach(glob($aCMDResult['parse-tiger'].'/??_*', GLOB_ONLYDIR) as $sStateFolder)
{
preg_match('#([0-9]{2})_(.*)#',basename($sStateFolder), $aMatch);
@@ -97,7 +97,7 @@
mkdir($sTempDir);
$bDidSomething = true;
$bDidSomething = true;
foreach(glob($aCMDResult['parse-tiger-2011'].'/tl_2011_?????_edges.zip', 0) as $sImportFile)
{
set_time_limit(30);