diff options
author | lpsolit%gmail.com <> | 2005-10-31 06:31:27 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-10-31 06:31:27 +0100 |
commit | 1254fcb8c43defcbce99713f5cd85a104670895e (patch) | |
tree | 3b842a5b96f429d0db2d5ade3ba409cf1fae7e5a /showdependencygraph.cgi | |
parent | cf3aa532ea51a41b02c8ea73db254d01c03280ba (diff) | |
download | bugzilla-1254fcb8c43defcbce99713f5cd85a104670895e.tar.gz bugzilla-1254fcb8c43defcbce99713f5cd85a104670895e.tar.xz |
Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-x | showdependencygraph.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index 4fe63df2a..0bdaab3e6 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -44,8 +44,6 @@ my $vars = {}; # performance. Bugzilla->switch_to_shadow_db(); -use vars qw($userid); - my %seen; my %edgesdone; my %bugtitles; # html title attributes for imagemap areas |