diff options
author | bbaetz%student.usyd.edu.au <> | 2002-04-04 12:19:58 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-04-04 12:19:58 +0000 |
commit | 99da5c1938127f39a094e84b1d7e80b84be0ea68 (patch) | |
tree | 2aa5ebedfc38523aa4de68d47984d7856b231b02 /Bugzilla | |
parent | Partial fix for bug 104600: Adds "template/custom" to .cvsignore. (diff) | |
download | bugzilla-99da5c1938127f39a094e84b1d7e80b84be0ea68.tar.gz bugzilla-99da5c1938127f39a094e84b1d7e80b84be0ea68.tar.bz2 bugzilla-99da5c1938127f39a094e84b1d7e80b84be0ea68.zip |
Bug 126883 - bugzilla.dtd isn't quite correct
r=gerv, justdave
Diffstat (limited to 'Bugzilla')
-rwxr-xr-x | Bugzilla/Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 96ff0b8af..5ae83d295 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -248,7 +248,7 @@ sub emitXML { $xml .= "<bug>\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", |