projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c7b499
)
bugfix
author
x99bachelart
<x99bachelart>
Fri, 12 Sep 2003 18:49:12 +0000
(18:49 +0000)
committer
x99bachelart
<x99bachelart>
Fri, 12 Sep 2003 18:49:12 +0000
(18:49 +0000)
include/NetNNTP.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/NetNNTP.inc.php
b/include/NetNNTP.inc.php
index
0b82fb0
..
8eafc5a
100644
(file)
--- a/
include/NetNNTP.inc.php
+++ b/
include/NetNNTP.inc.php
@@
-231,8
+231,8
@@
class nntp {
$this->pline("GROUP $group\r\n");
$line = $this->gline();
if (substr($line,0,1)!="2") {
- $this->lasterrorcode = substr($
result
,0,3);
- $this->lasterrortext = substr($
result
,4);
+ $this->lasterrorcode = substr($
line
,0,3);
+ $this->lasterrortext = substr($
line
,4);
return false;
}
if (preg_match("/^2\d{2} (\d+) (\d+) (\d+) ([^ ]+)/",