Updates to namecleaner and predb handling

This commit is contained in:
Darko
2013-12-23 09:17:43 +01:00
parent dec2884030
commit fb344cf5cb
4 changed files with 171 additions and 43 deletions
+5 -1
View File
@@ -13,5 +13,9 @@ if ($nntp->doConnect() === false)
}
$predb = new Predb (true);
$predb->combinePre($nntp);
$predb->updatePre();
$predb->checkPre($nntp);
if ($titles > 0) {
echo $c->header('Fetched ' . $titles . ' new title(s) from predb sources.');
}
$nntp->doQuit();