mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Typo
This commit is contained in:
+1
-1
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user