Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 74fca575

Von Sven Schöling vor fast 13 Jahren hinzugefügt

  • ID 74fca575d438232002756175338c23f55b8a6c12
  • Vorgänger 4000444b
  • Nachfolger 45970e73

Fixes für das "my $var if $cond;" pattern.

Unterschiede anzeigen:

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