Revision 44244279
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
SL/ReportGenerator.pm | ||
---|---|---|
399 | 399 |
my $self = shift; |
400 | 400 |
my $variables = $self->prepare_html_content(); |
401 | 401 |
|
402 |
$main::lxdebug->dump(0, "VARs", $variables->{HEADER_ROWS}); |
|
403 |
|
|
404 | 402 |
return $self->{form}->parse_html_template($self->{options}->{html_template}, $variables); |
405 | 403 |
} |
406 | 404 |
|
Auch abrufbar als: Unified diff
Debugcode