Revision 93d4967b
Von Sven Schöling vor fast 12 Jahren hinzugefügt
SL/Controller/CsvImport.pm | ||
---|---|---|
341 | 341 |
my $sth = $dbh->prepare($query); |
342 | 342 |
my $sth2 = $dbh->prepare($query2); |
343 | 343 |
|
344 |
# $::lxdebug->dump(0, "self", $self->info_headers); |
|
345 |
# $::lxdebug->dump(0, "self", $self->headers); |
|
346 |
# $::lxdebug->dump(0, "self", $self->raw_data_headers); |
|
347 |
|
|
348 | 344 |
# save headers |
349 | 345 |
my @headers = ( |
350 | 346 |
grep({ $self->info_headers->{used}->{$_} } @{ $self->info_headers->{headers} }), |
Auch abrufbar als: Unified diff
debug