diff options
author | travis%sedsystems.ca <> | 2005-02-04 02:37:07 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-04 02:37:07 +0100 |
commit | 9f4501f4c4cd015355dac29532dcd43a7d54abf5 (patch) | |
tree | 0fd106a68519db0ee7e005f4e70db26c4a6586fd /showdependencygraph.cgi | |
parent | 5a017c4d6d75553d8128b626c3d9acc8e00adbe7 (diff) | |
download | bugzilla-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-x | showdependencygraph.cgi | 1 |
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"; |