]> git.deb.at Git - deb/packages.git/blobdiff - lib/Packages/DoShow.pm
remove the html_header argument from do_* calls
[deb/packages.git] / lib / Packages / DoShow.pm
index e47ec6ba791a7d0d8bf3ebd92a8a1d1bf78f6222..419c59799ca7feba0b3bc8eecc36396a8001de7d 100644 (file)
@@ -24,7 +24,7 @@ our @ISA = qw( Exporter );
 our @EXPORT = qw( do_show );
 
 sub do_show {
-    my ($params, $opts, $html_header, $page_contents) = @_;
+    my ($params, $opts, $page_contents) = @_;
 
     if ($params->{errors}{package}) {
        fatal_error( _g( "package not valid or not specified" ) );