This commit is contained in:
Darko
2013-12-09 11:50:28 +01:00
parent aa6a32e1b5
commit d342c8bbd4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ require(dirname(__FILE__)."/config.php");
require(WWW_DIR.'/lib/postprocess.php');
require_once (WWW_DIR.'/lib/site.php');
$version="0.3r331";
$version="0.3r332";
$db = new DB();
$s = new Sites();
+1 -1
View File
@@ -69,7 +69,7 @@ Class Predb
$matched = $this->matchPredb();
if ($matched > 0 && $this->echooutput)
echo "\nMatched ".$matched." prehash titles to release search names.\n";
$nfos = $this->matchNfo();
$nfos = $this->matchNfo($nntp);
if ($nfos > 0 && $this->echooutput)
echo "\nAdded ".$nfos." missing NFOs from prehash sources.\n";
return $newnames;