aboutsummaryrefslogtreecommitdiffstats
path: root/showdependencygraph.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-07-20 18:29:32 +0000
committerlpsolit%gmail.com <>2005-07-20 18:29:32 +0000
commit0f832a59ab1a0670b7c3f2fb52cb2131bffc1dbc (patch)
tree14ce6e26abdda43d435e9c96a275cbddcb434252 /showdependencygraph.cgi
parent5f9f484fadbdc28be6b0c6b9ab0b67b6fd4d0e9c (diff)
downloadbugs-0f832a59ab1a0670b7c3f2fb52cb2131bffc1dbc.tar
bugs-0f832a59ab1a0670b7c3f2fb52cb2131bffc1dbc.tar.gz
bugs-0f832a59ab1a0670b7c3f2fb52cb2131bffc1dbc.tar.bz2
bugs-0f832a59ab1a0670b7c3f2fb52cb2131bffc1dbc.tar.xz
bugs-0f832a59ab1a0670b7c3f2fb52cb2131bffc1dbc.zip
Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,wicked 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 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";