From 3a1f070e724c6f2ebb8b16bb4988cd5b4daca0db Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Wed, 6 Aug 2003 10:00:10 -0800 Subject: [PATCH] [project @ 2003-08-06 11:00:10 by cjwatson] Only display the "Closed bugs are archived $gRemoveAge days after the last related message is received" message if expiry is enabled. --- cgi/common.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/common.pl b/cgi/common.pl index ed9728e..9986d2a 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -446,7 +446,7 @@ sub htmlizebugs { } } - $result .= $debbugs::gHTMLExpireNote if ($anydone); + $result .= $debbugs::gHTMLExpireNote if $gRemoveAge and $anydone; return $result; } -- 2.39.2