diff options
author | lpsolit%gmail.com <> | 2007-01-11 03:12:26 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-01-11 03:12:26 +0000 |
commit | ed9a4ec6581390899aa1591c6a98a1b1af61a24b (patch) | |
tree | 7de1a80ad09a3fc72368b758d761f25602097045 | |
parent | 1b5aec426907bcece47e654b4ef8162f3064861c (diff) | |
download | bugs-ed9a4ec6581390899aa1591c6a98a1b1af61a24b.tar bugs-ed9a4ec6581390899aa1591c6a98a1b1af61a24b.tar.gz bugs-ed9a4ec6581390899aa1591c6a98a1b1af61a24b.tar.bz2 bugs-ed9a4ec6581390899aa1591c6a98a1b1af61a24b.tar.xz bugs-ed9a4ec6581390899aa1591c6a98a1b1af61a24b.zip |
Bug 366593: everconfirmed is no longer passed to XML bug files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
-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 43c430ac1..3d8a48ac4 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -845,7 +845,7 @@ sub fields { bug_status resolution dup_id bug_file_loc status_whiteboard keywords priority bug_severity target_milestone - dependson blocked votes + dependson blocked votes everconfirmed reporter assigned_to cc), # Conditional Fields |