X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=banana%2Fnntpcore.inc.php;h=4b8e9c026f745a1c2aa5359cb762f887892f9e7b;hb=4769d001ccbeda28e61fc49240b629e348de03cb;hp=b6170b8a2553ac495c34a8f05c4ec607af469cda;hpb=954b94782241c3c62c6b482b557a3ac186fe695d;p=banana.git diff --git a/banana/nntpcore.inc.php b/banana/nntpcore.inc.php index b6170b8..4b8e9c0 100644 --- a/banana/nntpcore.inc.php +++ b/banana/nntpcore.inc.php @@ -466,7 +466,7 @@ class BananaNNTPCore $array =& $this->fetchResult(); $groups = array(); foreach ($array as &$result) { - list($group, $desc) = split("[ \t]", $result, 2); + @list($group, $desc) = split("[ \t]", $result, 2); $groups[$group] = $desc; } return $groups;