From: doogie <> Date: Thu, 18 Sep 2003 23:17:39 +0000 (-0800) Subject: [project @ 2003-09-18 16:17:39 by doogie] X-Git-Tag: release/2.6.0~784 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2d78760982082b0e1b6c4945bbd2a455cf43bfb8;p=debbugs.git [project @ 2003-09-18 16:17:39 by doogie] Fix repeatmerged. --- diff --git a/cgi/common.pl b/cgi/common.pl index d9da34d..71e0cd3 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)); }