Move Other category (Misc and Hashed) to categoryid 0000.

This commit is contained in:
DariusIII
2016-01-18 10:12:10 +01:00
parent e9163a11a5
commit 5f64206765
23 changed files with 70 additions and 67 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 8000 AND 8999";
$where = " WHERE bookinfoid IN (-2, 0) AND categoryid BETWEEN 0000 AND 8999";
}
$qry = $pdo->queryDirect("SELECT id FROM releases" . $where);