Revision e985baa7
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Controller/CsvImport/Base.pm | ||
---|---|---|
428 | 428 |
my @cleaned_fields; |
429 | 429 |
foreach my $field (grep { $object->can($_) } @fields) { |
430 | 430 |
my $value = $object->$field; |
431 |
$::lxdebug->message(0, "field $field value $value ill $illegal_chars"); |
|
432 | 431 |
|
433 | 432 |
next unless defined($value) && ($value =~ s/$illegal_chars/ /g); |
434 | 433 |
|
Auch abrufbar als: Unified diff
Evil debug output removal