mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Fix PreDB updates, thanks to Kevin123 and Bart39.
This commit is contained in:
@@ -241,7 +241,7 @@ class PreDB
|
||||
echo $cnt."..";
|
||||
$cnt--;
|
||||
|
||||
if(preg_match('/^'.$this->pdo->getSetting('nzpresubject').'$/', $groupMsg['Subject']) && preg_match('/^'.$this->pdo->getSetting('nzpreposter').'$/', $groupMsg['From'])) {
|
||||
if(preg_match('/^'.$this->pdo->getSetting('nzpresubject').'$/', $groupMsg['Subject']) && preg_match('/^'.$this->pdo->getSetting('nzpreposter').'/', $groupMsg['From'])) {
|
||||
$ret = $msgHeader = $nntp->getHeader($groupMsg['Message-ID']);
|
||||
if($nntp->isError($ret))
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user