]> git.deb.at Git - deb/packages.git/commitdiff
Fix usage of wrong hash introduced by last commits
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 20 Feb 2006 14:52:16 +0000 (14:52 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 20 Feb 2006 14:52:16 +0000 (14:52 +0000)
lib/Packages/HTML.pm

index 1a68b5f290581d79726293f68b7caedc4d7dd468..84bc989c2199f95928f74be60120a4e352ce099c 100644 (file)
@@ -372,9 +372,9 @@ sub header {
                                 all => "",
                                 sourcenames => "",
                                 contents => "");
-       $checked_searchon{$params{searchon}} = "checked=\"checked\"";
+       $checked_searchon{$values{searchon}} = "checked=\"checked\"";
        $checked_searchon{names} = "checked=\"checked\""
-               if $params{searchon} eq 'default';
+               if $values{searchon} eq 'default';
        $search_in_header = <<MENU;
 <form method="GET" action="$SEARCH_CGI">
 <div id="hpacketsearch">