X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/52352135ee322387c8eba0fcbbb09dd50abbdf09..f83781c6d88ef694f8194b47984f394f226c8fec:/bin/mozilla/io.pl diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 039509269..cb8376486 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1368,7 +1368,7 @@ sub edit_e_mail { print $form->parse_html_template('generic/edit_email', { title => $title, a_filename => $attachment_filename, - _print_options_ => print_options({ 'inline' => 1 }), + _print_options_ => print_options('inline' => 1), HIDDEN => [ map +{ name => $_, value => $form->{$_} }, @hidden_keys ], SHOW_BCC => $myconfig{role} eq 'admin' });