]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix missing parenthesis
authorDon Armstrong <don@volo>
Tue, 12 Sep 2006 09:20:27 +0000 (02:20 -0700)
committerDon Armstrong <don@volo>
Tue, 12 Sep 2006 09:20:27 +0000 (02:20 -0700)
cgi/pkgreport.cgi

index 2d7dec655c18d8a941ae95b28db1fc45208bed8b..7e448584ad0769ebdbddb30c547a34d7eaf7cfb6 100755 (executable)
@@ -465,8 +465,9 @@ if (defined $pkg || defined $src) {
 set_option("archive", !$archive);
 printf "<p>See the <a href=\"%s\">%s reports</a></p>",
      urlsanit('pkgreport.cgi?'.join(';',
-                                   map {$_ eq 'archived'?():("$_=$param{$_}")
-                                   } keys %param,
+                                   (map {$_ eq 'archived'?():("$_=$param{$_}")
+                                    } keys %param
+                                   ),
                                    ('archived='.$archive?"yes":"no")
                                   )
             ), ($archive ? "active" : "archived");