From f162521444148d622df3b42a8304b6cce8f2150e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 6 Jul 2006 13:12:04 +0000 Subject: Bug 173629: Clean up "my" variable scoping issues for mod_perl Patch By Max Kanat-Alexander r=LpSolit, a=myk --- showdependencygraph.cgi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'showdependencygraph.cgi') diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index c797e2b12..00442c4f3 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -42,10 +42,7 @@ my $vars = {}; # performance. my $dbh = Bugzilla->switch_to_shadow_db(); -my %seen; -my %edgesdone; -my %bugtitles; # html title attributes for imagemap areas - +local our (%seen, %edgesdone, %bugtitles); # CreateImagemap: This sub grabs a local filename as a parameter, reads the # dot-generated image map datafile residing in that file and turns it into -- cgit v1.2.3-24-g4f1b