Missed cpouple of changes

This commit is contained in:
DariusIII
2016-01-18 10:31:25 +01:00
parent 285a7f4052
commit 1b1ca08b9f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ if (isset($argv[1]) && ($argv[1] === "books" || $argv[1] === "all")) {
$where = ' WHERE bookinfoid IS NOT NULL';
} else {
echo $pdo->log->header("Resetting all failed Book postprocessing");
$where = " WHERE bookinfoid IN (-2, 0) AND categoryid BETWEEN 0000 AND 8999";
$where = " WHERE bookinfoid IN (-2, 0) AND categoryid BETWEEN 0000 AND 0999";
}
$qry = $pdo->queryDirect("SELECT id FROM releases" . $where);