diff options
author | lpsolit%gmail.com <> | 2007-10-09 15:34:41 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-10-09 15:34:41 +0000 |
commit | 1b8e4cadbdab2e8a335c9f1186a301e493a9a8b3 (patch) | |
tree | fa2b295246b059f0a3524c74972566c14b59ce1f /sanitycheck.cgi | |
parent | Bug 398739: "Taking a bug" while adding a new attachment locks the bug status... (diff) | |
download | bugzilla-1b8e4cadbdab2e8a335c9f1186a301e493a9a8b3.tar.gz bugzilla-1b8e4cadbdab2e8a335c9f1186a301e493a9a8b3.tar.bz2 bugzilla-1b8e4cadbdab2e8a335c9f1186a301e493a9a8b3.zip |
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 'sanitycheck.cgi')
-rwxr-xr-x | sanitycheck.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanitycheck.cgi b/sanitycheck.cgi index ef92256a2..3d718a0dc 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -32,7 +32,7 @@ use Bugzilla; use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::Error; -use Bugzilla::Bug; +use Bugzilla::Status; ########################################################################### # General subs |