From 9c6e32bac59cb8d4aaf18c8f5f8b0d93ba259b45 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 12 Sep 2006 02:30:07 -0700 Subject: [PATCH] flip around archive and add YA missing set of parenthesis --- cgi/pkgreport.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5