diff options
author | lpsolit%gmail.com <> | 2007-01-11 04:12:26 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-01-11 04:12:26 +0100 |
commit | ed9a4ec6581390899aa1591c6a98a1b1af61a24b (patch) | |
tree | 7de1a80ad09a3fc72368b758d761f25602097045 /Bugzilla | |
parent | 1b5aec426907bcece47e654b4ef8162f3064861c (diff) | |
download | bugzilla-ed9a4ec6581390899aa1591c6a98a1b1af61a24b.tar.gz bugzilla-ed9a4ec6581390899aa1591c6a98a1b1af61a24b.tar.xz |
Bug 366593: everconfirmed is no longer passed to XML bug files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
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 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 |