Navigation Menu

Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lowndsy committed Jun 18, 2019
1 parent ea4e94a commit 1db0d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.php
Expand Up @@ -361,7 +361,8 @@
// This version purposely uses a pretty general Primary key
// - duplication is possible, which will stop the same deal being stored more than once
// - date - phone - deal description - networkbrand
$tocommit[$thispos]['prikey']=MD5($usedate.$thisphone.$contractdetails2[$target][$thispos-1].$contractdetails6[$target][$thispos-1]);
$tocommit[$thispos]['prikey']=MD5($target.$usedate.$thisphone.$contractdetails2[$target][$thispos-1].$contractdetails6[$target][$thispos-1]);




Expand Down

0 comments on commit 1db0d09

Please sign in to comment.