mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Oops; was importing incorrect component names.
This commit is contained in:
parent
d925d259bc
commit
4761eff9ef
@ -61,9 +61,6 @@ if (!defined $passwd || !defined $::FORM{'passwd'} ||
|
||||
|
||||
|
||||
|
||||
my %prodmap = ("Communicator" => "Mozilla");
|
||||
|
||||
|
||||
my $prod = $::FORM{'product'};
|
||||
my $comp = $::FORM{'component'};
|
||||
my $version = $::FORM{'version'};
|
||||
@ -103,6 +100,12 @@ if (lsearch($::versions{$prod}, $version) < 0) {
|
||||
Punt("version", $comp);
|
||||
}
|
||||
|
||||
|
||||
$::FORM{'product'} = $prod;
|
||||
$::FORM{'component'} = $comp;
|
||||
$::FORM{'version'} = $version;
|
||||
|
||||
|
||||
$::FORM{'long_desc'} =
|
||||
"(This bug imported from BugSplat, Netscape's internal bugsystem. It
|
||||
was known there as bug #$::FORM{'bug_id'}
|
||||
|
Loading…
Reference in New Issue
Block a user