Revision f6c4aef8
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Controller/CsvImport/Base.pm | ||
---|---|---|
48 | 48 |
|
49 | 49 |
$self->check_objects; |
50 | 50 |
$self->check_duplicates if $self->controller->profile->get('duplicates', 'no_check') ne 'no_check'; |
51 |
$self->fix_field_lenghts;
|
|
51 |
$self->fix_field_lengths;
|
|
52 | 52 |
} |
53 | 53 |
|
54 | 54 |
sub add_columns { |
... | ... | |
248 | 248 |
return (); |
249 | 249 |
} |
250 | 250 |
|
251 |
sub fix_field_lenghts {
|
|
251 |
sub fix_field_lengths {
|
|
252 | 252 |
my ($self) = @_; |
253 | 253 |
|
254 | 254 |
my %field_lengths = $self->field_lengths; |
Auch abrufbar als: Unified diff
Typo