From: Don Armstrong Date: Tue, 12 Sep 2006 09:30:07 +0000 (-0700) Subject: flip around archive and add YA missing set of parenthesis X-Git-Tag: release/2.6.0~597^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9c6e32bac59cb8d4aaf18c8f5f8b0d93ba259b45;p=debbugs.git flip around archive and add YA missing set of parenthesis --- diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index 7e448584..abc856bc 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -468,7 +468,7 @@ printf "

See the %s reports

", (map {$_ eq 'archived'?():("$_=$param{$_}") } keys %param ), - ('archived='.$archive?"yes":"no") + ('archived='.($archive?"no":"yes")) ) ), ($archive ? "active" : "archived"); set_option("archive", $archive);