X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fcommon.pl;h=9986d2a69dd64d08bb90afcfdf5bb215fa3fe4ae;hb=3a1f070e724c6f2ebb8b16bb4988cd5b4daca0db;hp=ed9728e108d320f7614b12ea936836696e514e02;hpb=f225b4f57019db7f427061b3c85265e70656c308;p=debbugs.git 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; }