projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5235213
)
Bei der Umstellung der Funktionsparameter auf Nicht-Referenzen eine Stelle vergessen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 12 Sep 2007 14:21:14 +0000
(14:21 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 12 Sep 2007 14:21:14 +0000
(14:21 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
0395092
..
cb83764
100644
(file)
--- 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' });