diff options
author | terry%netscape.com <> | 1999-03-12 00:54:12 +0000 |
---|---|---|
committer | terry%netscape.com <> | 1999-03-12 00:54:12 +0000 |
commit | 300fc2c74b9bd1a4e2453c42a73e3b100e26e01f (patch) | |
tree | 6603e75533cf9b0e4290fa9c0f314a8a5e5c518f | |
parent | 6f3e5c8018709ef5a43427c5259e24372eefe7c3 (diff) | |
download | bugs-300fc2c74b9bd1a4e2453c42a73e3b100e26e01f.tar bugs-300fc2c74b9bd1a4e2453c42a73e3b100e26e01f.tar.gz bugs-300fc2c74b9bd1a4e2453c42a73e3b100e26e01f.tar.bz2 bugs-300fc2c74b9bd1a4e2453c42a73e3b100e26e01f.tar.xz bugs-300fc2c74b9bd1a4e2453c42a73e3b100e26e01f.zip |
Allow importing of groupset.
-rwxr-xr-x | backdoor.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backdoor.cgi b/backdoor.cgi index 93481f21a..0c4a013be 100755 --- a/backdoor.cgi +++ b/backdoor.cgi @@ -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) { |