From 821d5e34468c4a1904bef77f2db5910b07d272f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 9 Nov 2015 14:09:50 +0100 Subject: [PATCH] GDPDU: legacy kommentare und call parameter entfernt --- SL/Controller/Gdpdu.pm | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.20.1