oops remove debug print
This commit is contained in:
parent
9dcc667bc1
commit
cbb1173184
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ foreach ($arg as $url) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "title: ".$title."\n";
|
echo "title: ".$title."\n";
|
||||||
echo $document;
|
|
||||||
$stmt = $db->prepare('INSERT INTO indexed (title, url, content) VALUES (?, ?, ?)');
|
$stmt = $db->prepare('INSERT INTO indexed (title, url, content) VALUES (?, ?, ?)');
|
||||||
$stmt->execute([$title, $url, $document]);
|
$stmt->execute([$title, $url, $document]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue