From: doogie <> Date: Wed, 14 Nov 2001 08:28:00 +0000 (-0800) Subject: [project @ 2001-11-14 00:28:00 by doogie] X-Git-Tag: release/2.6.0~1095 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=109f108b8bf838a38938a420d73b77a13a3590b5;p=debbugs.git [project @ 2001-11-14 00:28:00 by doogie] s/comon_exclude/common_exclude/ --- diff --git a/cgi/common.pl b/cgi/common.pl index e506cb9b..a0bfd53e 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -238,7 +238,7 @@ sub htmlizebugs { if (%common_exclude) { my $okay = 1; foreach my $t (split /\s+/, $status{tags}) { - $okay = 0, last if (defined $comon_exclude{$t}); + $okay = 0, last if (defined $common_exclude{$t}); } if (defined $common_exclude{subj}) { if (index($status{subject}, $common_exclude{subj}) > -1) {