Revision 74fca575
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
158 | 158 |
map { $form->{selectdepartment} .= "<option>$_->{description}--$_->{id}\n" } @{ $form->{all_departments} || [] }; |
159 | 159 |
} |
160 | 160 |
|
161 |
my $department = qq| |
|
161 |
my $department; |
|
162 |
$department = qq| |
|
162 | 163 |
<tr> |
163 | 164 |
<th align=right nowrap>| . $locale->text('Department') . qq|</th> |
164 | 165 |
<td colspan=3><select name=department>$form->{selectdepartment}</select></td> |
Auch abrufbar als: Unified diff
Fixes für das "my $var if $cond;" pattern.