From 0f832a59ab1a0670b7c3f2fb52cb2131bffc1dbc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 20 Jul 2005 18:29:32 +0000 Subject: Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Frédéric Buclin r=joel,wicked a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- showdependencygraph.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'showdependencygraph.cgi') diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index 9591a284d..8a6aad925 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -30,6 +30,7 @@ use Bugzilla; use Bugzilla::Config qw(:DEFAULT $webdotdir); use Bugzilla::Util; use Bugzilla::BugMail; +use Bugzilla::Bug; require "CGI.pl"; -- cgit v1.2.3-24-g4f1b