From 9f4501f4c4cd015355dac29532dcd43a7d54abf5 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Fri, 4 Feb 2005 01:37:07 +0000 Subject: Bug 277623 : Move PerformSubsts() out of globals.pl Patch by Max Kanat-Alexander r=vladd a=justdave --- showdependencygraph.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'showdependencygraph.cgi') diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index da7f0d7b8..9591a284d 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -29,6 +29,7 @@ use File::Temp; use Bugzilla; use Bugzilla::Config qw(:DEFAULT $webdotdir); use Bugzilla::Util; +use Bugzilla::BugMail; require "CGI.pl"; -- cgit v1.2.3-24-g4f1b