From 8e82c1825ab8e7400bbb80fbea5124a32b98dda7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 16 Jun 2007 21:48:00 +0100 Subject: [PATCH] Bugs can be archived, instead of will be archived; allows running expire less than daily --- cgi/pkgreport.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 8a3f300..a386770 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -651,7 +651,7 @@ sub pkg_htmlindexentrystatus { days_until => 1, ); if ($days >= 0 and defined $status{location} and $status{location} ne 'archive') { - $result .= ";\nWill be archived" . ( $days == 0 ? " today" : $days == 1 ? " in $days day" : " in $days days" ) . ""; + $result .= ";\nCan be archived" . ( $days == 0 ? " today" : $days == 1 ? " in $days day" : " in $days days" ) . ""; } } -- 2.39.2