X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/da300db2eb33f9aa35bef69784b9d9d3ee0c92c8..c6dd542b51ae9549ad42a54f9023b905412bbab9:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index e91caf163..32064f3c0 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -628,16 +628,6 @@ sub _prepare_html_template { $additional_params->{LXDEBUG} = $::lxdebug; $additional_params->{MYCONFIG} = \%::myconfig; - if (my $debug_options = $::lx_office_conf{debug}{options}) { - map { $additional_params->{'DEBUG_' . uc($_)} = $debug_options->{$_} } keys %$debug_options; - } - - if ($main::auth && $main::auth->{RIGHTS} && $main::auth->{RIGHTS}->{$self->{login}}) { - while (my ($key, $value) = each %{ $main::auth->{RIGHTS}->{$self->{login}} }) { - $additional_params->{"AUTH_RIGHTS_" . uc($key)} = $value; - } - } - $main::lxdebug->leave_sub(); return $file;