From f4399fec29a4c9bfa7998f337f1745bb81800260 Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" <> Date: Fri, 9 Jun 2000 03:30:10 +0000 Subject: 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 --- export_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'export_bug.cgi') 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} . "\n"; } -- cgit v1.2.3-24-g4f1b