From f6e0fd09872a108f974ae50b9f6b212a67278f30 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Sun, 16 Feb 2003 12:57:59 -0800 Subject: [PATCH] [project @ 2003-02-16 12:57:59 by cjwatson] Don't display "used to be available" note (#96255). --- cgi/common.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/common.pl b/cgi/common.pl index a23dfcbd..3d9eae8e 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -383,7 +383,7 @@ sub htmlizebugs { next unless defined $section{${pending} . "_" . ${severity}}; $result .= "

$debbugs::gSeverityDisplay{$severity} - $displayshowpending{$pending}

\n"; #$result .= "(A list of all such bugs is available).\n"; - $result .= "(A list of all such bugs used to be available).\n"; + #$result .= "(A list of all such bugs used to be available).\n"; $result .= "\n"; -- 2.39.5