mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Rename release_files to releasefiles
This commit is contained in:
@@ -399,7 +399,7 @@ class PostProcess
|
||||
$this->pdo->queryOneRow(
|
||||
sprintf('
|
||||
SELECT id
|
||||
FROM release_files
|
||||
FROM releasefiles
|
||||
WHERE releaseid = %d
|
||||
AND name = %s',
|
||||
$relID,
|
||||
@@ -428,7 +428,7 @@ class PostProcess
|
||||
|
||||
// If we found some files.
|
||||
if ($filesAdded > 0) {
|
||||
$this->debugging->log(get_class(), __FUNCTION__, 'Added ' . $filesAdded . ' release_files from PAR2 for ' . $query['searchname'], Logger::LOG_INFO);
|
||||
$this->debugging->log(get_class(), __FUNCTION__, 'Added ' . $filesAdded . ' releasefiles from PAR2 for ' . $query['searchname'], Logger::LOG_INFO);
|
||||
|
||||
// Update the file count with the new file count + old file count.
|
||||
$this->pdo->queryExec(
|
||||
|
||||
Reference in New Issue
Block a user