Wyszukiwanie

This commit is contained in:
krzysiej
2018-06-28 09:19:37 +02:00
parent 7b0eb7769f
commit 91af53fc45
2 changed files with 7 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ $books = $document->find('.product-line.unseen');
$dl = 0;
$db = new SQLite3('data.db');
shuffle($books);
//shuffle($books);
foreach ($books as $book) {
$bookData = [];