Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ed9ec063

Von Sven Schöling vor mehr als 8 Jahren hinzugefügt

  • ID ed9ec0633fc6e27986d40b75362f459d10872d79
  • Vorgänger a648b673
  • Nachfolger 264aaf09

Form: parse_html_template: AUTH_RIGHTS_ syntax entfernt

AUTH.assert im template benutzen bitte.

Unterschiede anzeigen:

SL/Form.pm
628 628
  $additional_params->{LXDEBUG}       = $::lxdebug;
629 629
  $additional_params->{MYCONFIG}      = \%::myconfig;
630 630

  
631
  if ($main::auth && $main::auth->{RIGHTS} && $main::auth->{RIGHTS}->{$self->{login}}) {
632
    while (my ($key, $value) = each %{ $main::auth->{RIGHTS}->{$self->{login}} }) {
633
      $additional_params->{"AUTH_RIGHTS_" . uc($key)} = $value;
634
    }
635
  }
636

  
637 631
  $main::lxdebug->leave_sub();
638 632

  
639 633
  return $file;

Auch abrufbar als: Unified diff