mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove unused $rtvalues variable
This commit is contained in:
@@ -32,7 +32,7 @@ function populate_rt($table, $max)
|
||||
GROUP BY r.id
|
||||
ORDER BY r.id ASC
|
||||
LIMIT %d';
|
||||
$rtvalues = '(id, name, searchname, fromname, filename)';
|
||||
|
||||
$totals = Release::query()->selectRaw('COUNT(id) AS c, MIN(id) AS min')->first();
|
||||
if (! $totals) {
|
||||
exit("Could not get database information for releases table.\n");
|
||||
|
||||
Reference in New Issue
Block a user