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 07238a3 commit 8518157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -361,7 +361,7 @@
// 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 8518157

Please sign in to comment.