From: cjwatson <> Date: Wed, 6 Aug 2003 18:00:10 +0000 (-0800) Subject: [project @ 2003-08-06 11:00:10 by cjwatson] X-Git-Tag: release/2.6.0~832 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3a1f070e724c6f2ebb8b16bb4988cd5b4daca0db;p=debbugs.git [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. --- diff --git a/cgi/common.pl b/cgi/common.pl index ed9728e1..9986d2a6 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; }