Revision f83781c6
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1368 | 1368 |
print $form->parse_html_template('generic/edit_email', |
1369 | 1369 |
{ title => $title, |
1370 | 1370 |
a_filename => $attachment_filename, |
1371 |
_print_options_ => print_options({ 'inline' => 1 }),
|
|
1371 |
_print_options_ => print_options('inline' => 1),
|
|
1372 | 1372 |
HIDDEN => [ map +{ name => $_, value => $form->{$_} }, @hidden_keys ], |
1373 | 1373 |
SHOW_BCC => $myconfig{role} eq 'admin' }); |
1374 | 1374 |
|
Auch abrufbar als: Unified diff
Bei der Umstellung der Funktionsparameter auf Nicht-Referenzen eine Stelle vergessen.