]> git.deb.at Git - deb/packages.git/blobdiff - lib/Packages/DoSearchContents.pm
remove the html_header argument from do_* calls
[deb/packages.git] / lib / Packages / DoSearchContents.pm
index 101c10cc975e90f8b93f3790d811c08119e53013..29b79770d44ef4407430f7a3e2aa5f3c3ef09a78 100644 (file)
@@ -19,7 +19,7 @@ use Packages::DB;
 use Packages::Config qw( $DBDIR @SUITES @ARCHIVES @ARCHITECTURES $ROOT );
 
 sub do_search_contents {
-    my ($params, $opts, $html_header, $page_content) = @_;
+    my ($params, $opts, $page_content) = @_;
 
     if ($params->{errors}{keywords}) {
        fatal_error( _g( "keyword not valid or missing" ) );