зеркало из https://github.com/mozilla/pjs.git
Oops; was importing incorrect component names.
This commit is contained in:
Родитель
1b12571414
Коммит
9944d48984
|
@ -61,9 +61,6 @@ if (!defined $passwd || !defined $::FORM{'passwd'} ||
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
my %prodmap = ("Communicator" => "Mozilla");
|
|
||||||
|
|
||||||
|
|
||||||
my $prod = $::FORM{'product'};
|
my $prod = $::FORM{'product'};
|
||||||
my $comp = $::FORM{'component'};
|
my $comp = $::FORM{'component'};
|
||||||
my $version = $::FORM{'version'};
|
my $version = $::FORM{'version'};
|
||||||
|
@ -103,6 +100,12 @@ if (lsearch($::versions{$prod}, $version) < 0) {
|
||||||
Punt("version", $comp);
|
Punt("version", $comp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$::FORM{'product'} = $prod;
|
||||||
|
$::FORM{'component'} = $comp;
|
||||||
|
$::FORM{'version'} = $version;
|
||||||
|
|
||||||
|
|
||||||
$::FORM{'long_desc'} =
|
$::FORM{'long_desc'} =
|
||||||
"(This bug imported from BugSplat, Netscape's internal bugsystem. It
|
"(This bug imported from BugSplat, Netscape's internal bugsystem. It
|
||||||
was known there as bug #$::FORM{'bug_id'}
|
was known there as bug #$::FORM{'bug_id'}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче