X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=lib%2FPackages%2FDoSearchContents.pm;h=29b79770d44ef4407430f7a3e2aa5f3c3ef09a78;hb=bedf14e393ba83316aca3e442c14f24914a6cd84;hp=101c10cc975e90f8b93f3790d811c08119e53013;hpb=f713acc32b708beb2756e49385259be7b8341c6b;p=deb%2Fpackages.git diff --git a/lib/Packages/DoSearchContents.pm b/lib/Packages/DoSearchContents.pm index 101c10c..29b7977 100644 --- a/lib/Packages/DoSearchContents.pm +++ b/lib/Packages/DoSearchContents.pm @@ -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" ) );