From 99da5c1938127f39a094e84b1d7e80b84be0ea68 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Thu, 4 Apr 2002 12:19:58 +0000 Subject: Bug 126883 - bugzilla.dtd isn't quite correct r=gerv, justdave --- Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bug.pm') diff --git a/Bug.pm b/Bug.pm index 96ff0b8af..5ae83d295 100755 --- a/Bug.pm +++ b/Bug.pm @@ -248,7 +248,7 @@ sub emitXML { $xml .= "\n"; - foreach my $field ("bug_id", "urlbase", "bug_status", "product", + foreach my $field ("bug_id", "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", -- cgit v1.2.3-24-g4f1b