Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f242091a

Von Sven Schöling vor etwa 9 Jahren hinzugefügt

  • ID f242091a44ae21f1c1ac151b87a510daf270cf25
  • Vorgänger da300db2
  • Nachfolger a648b673

Form: parse_html_template: DEBUG_ syntax entfernt

Hat auf lx_office_config.debug.options getriggert. Undokumentiert und
nicht genutzt -> raus damit.

Unterschiede anzeigen:

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