GDPDU: legacy kommentare und call parameter entfernt
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 9 Nov 2015 13:09:50 +0000 (14:09 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:11:19 +0000 (17:11 +0200)
SL/Controller/Gdpdu.pm

index 871b0ab..29b65da 100644 (file)
@@ -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;