]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-09-18 16:17:39 by doogie]
authordoogie <>
Thu, 18 Sep 2003 23:17:39 +0000 (15:17 -0800)
committerdoogie <>
Thu, 18 Sep 2003 23:17:39 +0000 (15:17 -0800)
Fix repeatmerged.

cgi/common.pl

index d9da34df439e2e90eac2273cba8f9c1687fcf475..71e0cd3dbf95712507c7463dca11a96af105f26e 100644 (file)
@@ -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));
     }