Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update scraper.php
  • Loading branch information
jmsuarezm committed May 31, 2015
1 parent 8ed86dd commit bd38687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper.php
Expand Up @@ -76,7 +76,6 @@ function storeJson($strData){
$record=array();
//decode the string
$jsonVar = json_decode($strData);
Echo($jsonvar);
//if the decode ended with no error
if (json_last_error() === JSON_ERROR_NONE) {
$record["id"] = $jsonVar -> id;
Expand Down

0 comments on commit bd38687

Please sign in to comment.