Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Madouc committed May 11, 2014
1 parent 68c9f4a commit ed0a553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -120,7 +120,7 @@
$stmt->execute();
$unmatched = $stmt->fetchall();
echo "stored locations no longer in table: ".count($unmatched)."\n";
foreach ($unmatched as d$) {
foreach ($unmatched as $d) {
print("\t".$d->name."\n");
}
echo "unable to locate: " .count($notLocated)." locations\n";
Expand Down

0 comments on commit ed0a553

Please sign in to comment.