summaryrefslogtreecommitdiffstats
path: root/export_bug.cgi
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-06-09 05:30:10 +0200
committerendico%mozilla.org <>2000-06-09 05:30:10 +0200
commitf4399fec29a4c9bfa7998f337f1745bb81800260 (patch)
tree52c8170b1ed4d9db2a6fd06cd48701e3eaa9cbfe /export_bug.cgi
parent9342a7c69bf415ff59459059e433634b86059297 (diff)
downloadbugzilla-f4399fec29a4c9bfa7998f337f1745bb81800260.tar.gz
bugzilla-f4399fec29a4c9bfa7998f337f1745bb81800260.tar.xz
experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug object and provides methods for getting and setting attributes and for printing out the bug as xml. xml.cgi prompts for a list of bugs and displays the list as html. xml.cgi replaces export_bug.cgi
Diffstat (limited to 'export_bug.cgi')
-rwxr-xr-xexport_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/export_bug.cgi b/export_bug.cgi
index d7421c321..2b32678f2 100755
--- a/export_bug.cgi
+++ b/export_bug.cgi
@@ -295,7 +295,7 @@ foreach my $field ("bug_id", "urlbase", "bug_status", "product", "priority",
"version", "rep_platform", "assigned_to", "delta_ts", "component",
"reporter", "target_milestone", "bug_severity", "creation_ts",
"qa_contact", "op_sys", "resolution", "bug_file_loc", "short_desc",
- "keywords", "status_whiteboard") {
+ "keywords", "groupset", "status_whiteboard") {
if ($bug{$field}) {
$xml .= " <$field>" . $bug{$field} . "</$field>\n";
}