From af146d46172f38b2957d2aa32020da7862596f0c Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" Date: Thu, 31 Aug 2000 23:26:51 +0000 Subject: [PATCH] fix for 6944: buglist: summary and whiteboard fight for space patch by the ever present dave@intrec.com git-svn-id: svn://10.0.0.236/trunk@77791 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/buglist.cgi | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mozilla/webtools/bugzilla/buglist.cgi b/mozilla/webtools/bugzilla/buglist.cgi index adc6c36eda9..360deefff5a 100755 --- a/mozilla/webtools/bugzilla/buglist.cgi +++ b/mozilla/webtools/bugzilla/buglist.cgi @@ -979,14 +979,7 @@ if ($dotweak) { my @th; foreach my $c (@collist) { if (exists $::needquote{$c}) { - my $h = ""; - if ($::needquote{$c} == 1) { - $h .= ""; - } elsif ($::needquote{$c} == 5) { - $h .= ""; - } else { - $h .= ""; - } + my $h = ""; if (defined $::sortkey{$c}) { $h .= "$::title{$c}"; } else {