]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Oops; was importing incorrect component names.
authorterry%netscape.com <>
Tue, 20 Oct 1998 01:46:14 +0000 (01:46 +0000)
committerterry%netscape.com <>
Tue, 20 Oct 1998 01:46:14 +0000 (01:46 +0000)
backdoor.cgi

index ad1d665424c0cb2c1bb1235bdfc23a9bfa7136f0..f4b05c6371eee37216740e82e83a06c7ca228828 100755 (executable)
@@ -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'}