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:
b2c3a16
)
io.pl: nicht abgefangene Arraykonvertierung
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 30 Oct 2009 10:40:00 +0000
(11:40 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 30 Oct 2009 10:40:00 +0000
(11:40 +0100)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
2047ceb
..
d799a0c
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1208,7
+1208,7
@@
sub print_options {
);
my %template_vars = (
- display_copies => scalar @{ $form->{printers} } && $main::latex_templates && $form->{media} ne 'email',
+ display_copies => scalar @{ $form->{printers}
|| []
} && $main::latex_templates && $form->{media} ne 'email',
display_remove_draft => (!$form->{id} && $form->{draft_id}),
display_groupitems => !$dont_display_groupitems{$form->{type}},
groupitems_checked => $form->{groupitems} ? "checked" : '',