Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFoxBot committed Mar 9, 2014
1 parent d26b168 commit fb17242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
$legal= parseAddress($legal);

if (trim($name)!='') {

echo "saving";
scraperwiki::save(array('num'), array('num' => "".clean($num),'name' => clean($name),'trading' => clean($trading),
'legal_address' => clean($legal['address']),'legal_phone' => clean($legal['phone']),
'legal_fax' => clean($legal['fax']),'legal_email' => clean($legal['email']),
Expand Down

0 comments on commit fb17242

Please sign in to comment.