X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a887cb1bce6491a3648731862e80e54b17c802a2..e7913c4ca30470b30b0585205c6badbe2f99e655:/bin/mozilla/wh.pl?ds=inline diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index 214a26a64..a729e3738 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -740,7 +740,7 @@ sub generate_journal { $report->set_options('raw_bottom_info_text' => $form->parse_html_template('common/paginate', { 'pages' => $pages , 'base_url' => $href.'&sort='.$form->{sort}.'&order='.$form->{order}}) ); } - $report->generate_with_headers(action_bar => 1); + $report->generate_with_headers(); $main::lxdebug->leave_sub(); } @@ -973,7 +973,7 @@ sub generate_report { {'pages' => $pages , 'base_url' => $href}) ); } - $report->generate_with_headers(action_bar => 1); + $report->generate_with_headers(); $main::lxdebug->leave_sub(); }