mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Missed some class name changes for Info/Nfo in Tmux.php
This commit is contained in:
@@ -399,7 +399,7 @@ class Tmux
|
||||
SUM(IF(preid > 0 AND searchname IS NOT NULL,1,0)) AS predb_matched,
|
||||
COUNT(DISTINCT(preid)) AS distinct_predb_matched,
|
||||
COUNT(DISTINCT(prehashid)) AS distinct_prehash_matched
|
||||
FROM releases r", $bookreqids, Info::NfoQueryString($this->pdo), $request_hours);
|
||||
FROM releases r", $bookreqids, Nfo::NfoQueryString($this->pdo), $request_hours);
|
||||
case 2:
|
||||
return "SELECT
|
||||
(SELECT COUNT(*) FROM releases r
|
||||
|
||||
Reference in New Issue
Block a user