summaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-04 02:37:07 +0100
committertravis%sedsystems.ca <>2005-02-04 02:37:07 +0100
commit9f4501f4c4cd015355dac29532dcd43a7d54abf5 (patch)
tree0fd106a68519db0ee7e005f4e70db26c4a6586fd /showdependencygraph.cgi
parent5a017c4d6d75553d8128b626c3d9acc8e00adbe7 (diff)
downloadbugzilla-9f4501f4c4cd015355dac29532dcd43a7d54abf5.tar.gz
bugzilla-9f4501f4c4cd015355dac29532dcd43a7d54abf5.tar.xz
Bug 277623 : Move PerformSubsts() out of globals.pl
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-xshowdependencygraph.cgi1
1 files changed, 1 insertions, 0 deletions
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";