projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e4e5eb
)
little bugfix
author
x99bachelart
<x99bachelart>
Fri, 12 Sep 2003 20:34:50 +0000
(20:34 +0000)
committer
x99bachelart
<x99bachelart>
Fri, 12 Sep 2003 20:34:50 +0000
(20:34 +0000)
index.php
patch
|
blob
|
blame
|
history
diff --git
a/index.php
b/index.php
index
cd36b17
..
20b296c
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-28,7
+28,7
@@
if ($news['user']!="anonymous") {
if (!$result) error("nntpauth");
}
$groups = new groups($nntp,0);
-if (!count($groups->overview)) $groups=new groups($nntp,2)
+if (!count($groups->overview)) $groups=new groups($nntp,2)
;
$newgroups = new groups($nntp,1);
?>