From f83781c6d88ef694f8194b47984f394f226c8fec Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 12 Sep 2007 14:21:14 +0000 Subject: [PATCH] Bei der Umstellung der Funktionsparameter auf Nicht-Referenzen eine Stelle vergessen. --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }); -- 2.20.1