mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 12:05:22 +00:00
Bug 362442 - "Despot syncit file still refers to netscape.public.*" [p=reed r=justdave]
This commit is contained in:
parent
88f250bdff
commit
74312c8423
@ -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>|;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user