Fix references to changed columns

This commit is contained in:
DariusIII
2016-05-10 11:19:21 +02:00
parent c981281d19
commit 4a994caa03
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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;