]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Allow importing of groupset.
authorterry%netscape.com <>
Fri, 12 Mar 1999 00:54:12 +0000 (00:54 +0000)
committerterry%netscape.com <>
Fri, 12 Mar 1999 00:54:12 +0000 (00:54 +0000)
backdoor.cgi

index 93481f21a80c664a7d8ca591c9829c92f2f90d6f..0c4a013be920baf06a424278ab7cf94d0402005f 100755 (executable)
@@ -81,7 +81,7 @@ can teach me.";
 # Do remapping of things from BugSplat world to Bugzilla.
 
 if ($prod eq "Communicator") {
-    $prod = "Mozilla";
+    $prod = "Browser";
     $version = "other";
 }
 
@@ -133,7 +133,7 @@ if ($::FORM{'qa_contact'} ne "") {
 my @list = ('reporter', 'assigned_to', 'product', 'version', 'rep_platform',
             'op_sys', 'bug_status', 'bug_severity', 'priority', 'component',
             'short_desc', 'long_desc', 'creation_ts', 'delta_ts',
-            'bug_file_loc', 'qa_contact');
+            'bug_file_loc', 'qa_contact', 'groupset');
 
 my @vallist;
 foreach my $i (@list) {