Revision 821d5e34
Von Sven Schöling vor etwa 8 Jahren hinzugefügt
SL/Controller/Gdpdu.pm | ||
---|---|---|
1 | 1 |
package SL::Controller::Gdpdu; |
2 | 2 |
|
3 |
# TODO: |
|
4 |
# - depending exclusive checkboses via javascript |
|
5 |
|
|
6 | 3 |
use strict; |
7 | 4 |
|
8 | 5 |
use parent qw(SL::Controller::Base); |
... | ... | |
39 | 36 |
location => $::instance_conf->get_address, |
40 | 37 |
from => $self->from, |
41 | 38 |
to => $self->to, |
42 |
all_tables => $::form->{all_tables}, |
|
43 | 39 |
); |
44 | 40 |
|
45 | 41 |
my $filename = $gdpdu->generate_export; |
Auch abrufbar als: Unified diff
GDPDU: legacy kommentare und call parameter entfernt