Revision f242091a
Von Sven Schöling vor etwa 9 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
628 | 628 |
$additional_params->{LXDEBUG} = $::lxdebug; |
629 | 629 |
$additional_params->{MYCONFIG} = \%::myconfig; |
630 | 630 |
|
631 |
if (my $debug_options = $::lx_office_conf{debug}{options}) { |
|
632 |
map { $additional_params->{'DEBUG_' . uc($_)} = $debug_options->{$_} } keys %$debug_options; |
|
633 |
} |
|
634 |
|
|
635 | 631 |
if ($main::auth && $main::auth->{RIGHTS} && $main::auth->{RIGHTS}->{$self->{login}}) { |
636 | 632 |
while (my ($key, $value) = each %{ $main::auth->{RIGHTS}->{$self->{login}} }) { |
637 | 633 |
$additional_params->{"AUTH_RIGHTS_" . uc($key)} = $value; |
Auch abrufbar als: Unified diff
Form: parse_html_template: DEBUG_ syntax entfernt
Hat auf lx_office_config.debug.options getriggert. Undokumentiert und
nicht genutzt -> raus damit.