From 2d78760982082b0e1b6c4945bbd2a455cf43bfb8 Mon Sep 17 00:00:00 2001 From: doogie <> Date: Thu, 18 Sep 2003 15:17:39 -0800 Subject: [PATCH] [project @ 2003-09-18 16:17:39 by doogie] Fix repeatmerged. --- cgi/common.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/common.pl b/cgi/common.pl index d9da34df..71e0cd3d 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -475,7 +475,7 @@ sub bugmatches(\%\%) { } sub bugfilter($%) { my ($bug, %status) = @_; - local (%seenmerged); + our (%seenmerged); if (%common_include) { return 1 if (!bugmatches(%common_include, %status)); } -- 2.39.5