diff options
author | lpsolit%gmail.com <> | 2007-10-09 17:34:41 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-09 17:34:41 +0200 |
commit | 1b8e4cadbdab2e8a335c9f1186a301e493a9a8b3 (patch) | |
tree | fa2b295246b059f0a3524c74972566c14b59ce1f /process_bug.cgi | |
parent | 73553366455cb23a6df1847d67bde74386c87742 (diff) | |
download | bugzilla-1b8e4cadbdab2e8a335c9f1186a301e493a9a8b3.tar.gz bugzilla-1b8e4cadbdab2e8a335c9f1186a301e493a9a8b3.tar.xz |
Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 0d76a5c70..3e1246e75 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -58,6 +58,7 @@ use Bugzilla::Product; use Bugzilla::Component; use Bugzilla::Keyword; use Bugzilla::Flag; +use Bugzilla::Status; use Storable qw(dclone); |