Revision 74fca575
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
285 | 285 |
my $notes = |
286 | 286 |
qq|<textarea name=notes rows=$rows cols=50 wrap=soft $readonly>$form->{notes}</textarea>|; |
287 | 287 |
|
288 |
my $department = qq| |
|
288 |
my $department; |
|
289 |
$department = qq| |
|
289 | 290 |
<tr> |
290 | 291 |
<th align="right" nowrap>| . $locale->text('Department') . qq|</th> |
291 | 292 |
<td colspan=3><select name=department>$form->{selectdepartment}</select> |
Auch abrufbar als: Unified diff
Fixes für das "my $var if $cond;" pattern.