Revision e5b33700
Von Sven Schöling vor fast 12 Jahren hinzugefügt
SL/Controller/CsvImport.pm | ||
---|---|---|
402 | 402 |
push @raw_methods, $self->raw_data_headers->{headers}->[$i]; |
403 | 403 |
} |
404 | 404 |
|
405 |
$::lxdebug->dump(0, "methods", |
|
406 |
[ \@info_methods, |
|
407 |
\@methods, |
|
408 |
\@raw_methods ] |
|
409 |
); |
|
410 |
|
|
411 | 405 |
$sth->execute($report->id, $_, 0, $headers[$_]) for 0 .. $#headers; |
412 | 406 |
|
413 | 407 |
# col offsets |
Auch abrufbar als: Unified diff
debug code