X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/413addb38b69fde3dbac2e5861dc651dc8ae878c..821d5e34468c4a1904bef77f2db5910b07d272f0:/SL/Controller/Gdpdu.pm diff --git a/SL/Controller/Gdpdu.pm b/SL/Controller/Gdpdu.pm index 871b0ab70..29b65da69 100644 --- a/SL/Controller/Gdpdu.pm +++ b/SL/Controller/Gdpdu.pm @@ -1,8 +1,5 @@ package SL::Controller::Gdpdu; -# TODO: -# - depending exclusive checkboses via javascript - use strict; use parent qw(SL::Controller::Base); @@ -39,7 +36,6 @@ sub action_export { location => $::instance_conf->get_address, from => $self->from, to => $self->to, - all_tables => $::form->{all_tables}, ); my $filename = $gdpdu->generate_export;