]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-02-16 12:57:59 by cjwatson]
authorcjwatson <>
Sun, 16 Feb 2003 20:57:59 +0000 (12:57 -0800)
committercjwatson <>
Sun, 16 Feb 2003 20:57:59 +0000 (12:57 -0800)
Don't display "used to be available" note (#96255).

cgi/common.pl

index a23dfcbd1907a6a223532708d418ca723bd5327d..3d9eae8ea3f34eb3e386a5fd0324f94ddc5c0202 100644 (file)
@@ -383,7 +383,7 @@ sub htmlizebugs {
             next unless defined $section{${pending} . "_" . ${severity}};
             $result .= "<HR><H2>$debbugs::gSeverityDisplay{$severity} - $displayshowpending{$pending}</H2>\n";
             #$result .= "(A list of <a href=\"http://${debbugs::gWebDomain}/db/si/$pending$severity\">all such bugs</a> 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 .= "<UL>\n";
            $result .= $section{$pending . "_" . $severity}; 
            $result .= "</UL>\n";