From 1b8e4cadbdab2e8a335c9f1186a301e493a9a8b3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 9 Oct 2007 15:34:41 +0000 Subject: =?UTF-8?q?Bug=20387672:=20Move=20BUG=5FSTATE=5FOPEN=20and=20is=5F?= =?UTF-8?q?open=5Fstate()=20into=20Status.pm=20-=20Patch=20by=20Fr=C3=83?= =?UTF-8?q?=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dm?= =?UTF-8?q?kanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reports.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index 065e6d73a..7ed396935 100755 --- a/reports.cgi +++ b/reports.cgi @@ -43,7 +43,7 @@ use Bugzilla; use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::Error; -use Bugzilla::Bug; +use Bugzilla::Status; eval "use GD"; $@ && ThrowCodeError("gd_not_installed"); -- cgit v1.2.1