mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Fix porting error
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
<precommit>9</precommit>
|
||||
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
|
||||
</hooks>
|
||||
<commit>5249</commit></git>
|
||||
<commit>5250</commit></git>
|
||||
<scripts>
|
||||
<last>
|
||||
<date>0000-00-00</date>
|
||||
|
||||
@@ -110,7 +110,7 @@ Class RSS extends Capabilities
|
||||
($aniDbID > 0 ? sprintf('AND r.anidbid = %d %s', $aniDbID, ($catSearch == '' ? $catLimit : '')) : ''),
|
||||
($airDate > -1 ? sprintf('AND tve.firstaired >= DATE_SUB(CURDATE(), INTERVAL %d DAY)', $airDate) : ''),
|
||||
(' LIMIT 0,' . ($offset > 100 ? 100 : $offset))
|
||||
), true, nZEDb_CACHE_EXPIRY_MEDIUM
|
||||
), true, NN_CACHE_EXPIRY_MEDIUM
|
||||
);
|
||||
return $sql;
|
||||
}
|
||||
@@ -164,7 +164,7 @@ Class RSS extends Capabilities
|
||||
Category::TV_OTHER,
|
||||
$this->releases->showPasswords,
|
||||
(' LIMIT ' . ($limit > 100 ? 100 : $limit) . ' OFFSET 0')
|
||||
), true, nZEDb_CACHE_EXPIRY_MEDIUM
|
||||
), true, NN_CACHE_EXPIRY_MEDIUM
|
||||
);
|
||||
}
|
||||
|
||||
@@ -216,7 +216,7 @@ Class RSS extends Capabilities
|
||||
(' LIMIT ' . ($limit > 100 ? 100 : $limit) . ' OFFSET 0')
|
||||
),
|
||||
true,
|
||||
nZEDb_CACHE_EXPIRY_MEDIUM
|
||||
NN_CACHE_EXPIRY_MEDIUM
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user