mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Fix references to changed columns
This commit is contained in:
@@ -159,7 +159,7 @@ if (isset($argv[1]) && ($argv[1] === "music" || $argv[1] === "all")) {
|
||||
$consoletools->overWritePrimary("Resetting Music Releases: " . $consoletools->percentString(++$concount, $total));
|
||||
}
|
||||
}
|
||||
echo $pdo->log->header("\n" . number_format($concount) . " musicinfoID's reset.");
|
||||
echo $pdo->log->header("\n" . number_format($concount) . " musicinfo_id's reset.");
|
||||
}
|
||||
if (isset($argv[1]) && ($argv[1] === "misc" || $argv[1] === "all")) {
|
||||
$ran = true;
|
||||
|
||||
Reference in New Issue
Block a user