Revision fe73e0d2
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/ca.pl | ||
---|---|---|
161 | 161 |
|
162 | 162 |
# get departments |
163 | 163 |
$form->all_departments(\%myconfig); |
164 |
if (@{ $form->{all_departments} }) { |
|
164 |
if (@{ $form->{all_departments} || [] }) {
|
|
165 | 165 |
$form->{selectdepartment} = "<option>\n"; |
166 | 166 |
|
167 | 167 |
map { |
Auch abrufbar als: Unified diff
Nicht abgfangene Typenkonvertierung in ca.pl
Bugfix für Bug 1239