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:
61ed1c8
)
Nicht abgfangene Typenkonvertierung in ca.pl
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 5 Nov 2009 16:28:33 +0000
(17:28 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 5 Nov 2009 16:28:33 +0000
(17:28 +0100)
Bugfix für Bug 1239
bin/mozilla/ca.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ca.pl
b/bin/mozilla/ca.pl
index
66a6a6a
..
3c68b0b
100644
(file)
--- a/
bin/mozilla/ca.pl
+++ b/
bin/mozilla/ca.pl
@@
-161,7
+161,7
@@
sub list {
# get departments
$form->all_departments(\%myconfig);
- if (@{ $form->{all_departments} }) {
+ if (@{ $form->{all_departments}
|| []
}) {
$form->{selectdepartment} = "<option>\n";
map {