diff options
author | travis%sedsystems.ca <> | 2005-02-04 01:37:07 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-04 01:37:07 +0000 |
commit | 9f4501f4c4cd015355dac29532dcd43a7d54abf5 (patch) | |
tree | 0fd106a68519db0ee7e005f4e70db26c4a6586fd /showdependencygraph.cgi | |
parent | Bug 280775 : Bug 277437 reversed the meaning of param(sendmailnow) (diff) | |
download | bugzilla-9f4501f4c4cd015355dac29532dcd43a7d54abf5.tar.gz bugzilla-9f4501f4c4cd015355dac29532dcd43a7d54abf5.tar.bz2 bugzilla-9f4501f4c4cd015355dac29532dcd43a7d54abf5.zip |
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"; |