]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2003-08-06 11:00:10 by cjwatson]
authorcjwatson <>
Wed, 6 Aug 2003 18:00:10 +0000 (10:00 -0800)
committercjwatson <>
Wed, 6 Aug 2003 18:00:10 +0000 (10:00 -0800)
Only display the "Closed bugs are archived $gRemoveAge days after the last
related message is received" message if expiry is enabled.

cgi/common.pl

index ed9728e108d320f7614b12ea936836696e514e02..9986d2a69dd64d08bb90afcfdf5bb215fa3fe4ae 100644 (file)
@@ -446,7 +446,7 @@ sub htmlizebugs {
     }
 
     }
-    $result .= $debbugs::gHTMLExpireNote if ($anydone);
+    $result .= $debbugs::gHTMLExpireNote if $gRemoveAge and $anydone;
     return $result;
 }