Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
csomakk committed Apr 16, 2016
1 parent ce43942 commit d9cd875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -34,7 +34,7 @@
scraperwiki::save(
array('id'),
array(
'id' => $kod * 100000000 + "-" + date("Y/m/d"),
'id' => $kod + (date("m") * 100 + date("d")) * 10000,
'kod' => $kod,
'type' => $el->innertext,
'price' => $ar,
Expand Down

0 comments on commit d9cd875

Please sign in to comment.