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