projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d502f4
)
typo
author
x99bachelart
<x99bachelart>
Tue, 23 Sep 2003 20:11:36 +0000
(20:11 +0000)
committer
x99bachelart
<x99bachelart>
Tue, 23 Sep 2003 20:11:36 +0000
(20:11 +0000)
article.php
patch
|
blob
|
blame
|
history
diff --git
a/article.php
b/article.php
index
ce49656
..
3359f52
100644
(file)
--- a/
article.php
+++ b/
article.php
@@
-35,7
+35,7
@@
$nntp = new nntp($news['server']);
if (!$nntp) error("nntpsock");
if ($news['user']!="anonymous") {
$result = $nntp->authinfo($news["user"],$news["pass"]);
- if (!$result) erro("nntpauth");
+ if (!$result) erro
r
("nntpauth");
}
$spool = new spool($nntp,$group,$profile['display'],$profile['lastnews']);
if (!$spool) error("nntpspool");