diff options
author | mozilla%colinogilvie.co.uk <> | 2006-06-27 04:05:31 +0000 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2006-06-27 04:05:31 +0000 |
commit | cb1a77094a983e1e884b21e6b4086fb0dbc3ea7b (patch) | |
tree | 9ece160f92ee5a75864962ce913e7beafb08fcef /Bugzilla/Bug.pm | |
parent | Bug 342528: Undefined subroutine in showdependencytree.cgi in latest CVS (diff) | |
download | bugzilla-cb1a77094a983e1e884b21e6b4086fb0dbc3ea7b.tar.gz bugzilla-cb1a77094a983e1e884b21e6b4086fb0dbc3ea7b.tar.bz2 bugzilla-cb1a77094a983e1e884b21e6b4086fb0dbc3ea7b.zip |
Bug 341538: Missing information in XML for Time Tracking and Duplicate Bugs
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=LpSolit; a=justdave
Diffstat (limited to 'Bugzilla/Bug.pm')
-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 84f6ebd4b..8be6705ef 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -289,7 +289,7 @@ sub fields { reporter_accessible cclist_accessible classification_id classification product component version rep_platform op_sys - bug_status resolution + bug_status resolution dup_id bug_file_loc status_whiteboard keywords priority bug_severity target_milestone dependson blocked votes |