Revision 21207f52
Von Sven Schöling vor mehr als 16 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
238 | 238 |
|
239 | 239 |
$form->{formname} ||= $form->{type}; |
240 | 240 |
|
241 |
$form->{rowcount} = 0; |
|
241 | 242 |
foreach $ref (@{ $form->{form_details} }) { |
242 | 243 |
$form->{rowcount}++; |
243 | 244 |
map { $form->{"${_}_$form->{rowcount}"} = $ref->{$_} } keys %{$ref}; |
Auch abrufbar als: Unified diff
better safe than sorry...