Bug 362442 - "Despot syncit file still refers to netscape.public.*" [p=reed r=justdave]

This commit is contained in:
reed%reedloden.com 2006-12-01 06:09:28 +00:00
parent 88f250bdff
commit 74312c8423

View File

@ -381,8 +381,8 @@ while (@reprow = $repquery->fetchrow_array()) {
}
foreach $i (split(/[,\s]+/, $newsgroups)) {
my $base = "news:";
if ($i =~ /^netscape\.public/) {
$base = "nntp://news.mozilla.org/";
if ($i =~ /^mozilla\./) {
$base = "news://news.mozilla.org/";
}
push @grouplist, qq|<a href="$base$i">$i</a>|;
}