Bug 362442 - "Despot syncit file still refers to netscape.public.*" [p=reed r=justdave]
This commit is contained in:
Родитель
4e1147286c
Коммит
943c733f1a
|
@ -381,8 +381,8 @@ while (@reprow = $repquery->fetchrow_array()) {
|
||||||
}
|
}
|
||||||
foreach $i (split(/[,\s]+/, $newsgroups)) {
|
foreach $i (split(/[,\s]+/, $newsgroups)) {
|
||||||
my $base = "news:";
|
my $base = "news:";
|
||||||
if ($i =~ /^netscape\.public/) {
|
if ($i =~ /^mozilla\./) {
|
||||||
$base = "nntp://news.mozilla.org/";
|
$base = "news://news.mozilla.org/";
|
||||||
}
|
}
|
||||||
push @grouplist, qq|<a href="$base$i">$i</a>|;
|
push @grouplist, qq|<a href="$base$i">$i</a>|;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче