Skip to content

Commit

Permalink
Change from array to record for council_reference
Browse files Browse the repository at this point in the history
  • Loading branch information
laihaiming committed Jun 17, 2015
1 parent f16c08f commit 3508319
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .scraper.php.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -64,7 +64,7 @@
{
print ("Saving record " . $record['council_reference'] . "\n");
//print_r ($record);
scraperwiki::save(array('council_reference'), $record);
scraperwiki::save($record['council_reference'], $record);
}
else
{
Expand Down

0 comments on commit 3508319

Please sign in to comment.