From d342c8bbd4ae2ea5b4a269ec78cc4c44dd6f064f Mon Sep 17 00:00:00 2001 From: Darko Date: Mon, 9 Dec 2013 11:50:28 +0100 Subject: [PATCH] Typo --- bin/monitor.php | 2 +- test/prehash.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/monitor.php b/bin/monitor.php index 2a4494ea7..3defb7ada 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -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(); diff --git a/test/prehash.php b/test/prehash.php index 03a8cde75..16adb8c28 100755 --- a/test/prehash.php +++ b/test/prehash.php @@ -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;