Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision da300db2

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

  • ID da300db2eb33f9aa35bef69784b9d9d3ee0c92c8
  • Vorgänger 9cf2ba48
  • Nachfolger f242091a

Form: parse_html_template - myconfig_jsc syntax entfernt

Unterschiede anzeigen:

SL/Form.pm
621 621
    ::end_of_request();
622 622
  }
623 623

  
624
  if (%main::myconfig) {
625
    $::myconfig{jsc_dateformat} = apply {
626
      s/d+/\%d/gi;
627
      s/m+/\%m/gi;
628
      s/y+/\%Y/gi;
629
    } $::myconfig{"dateformat"};
630
  }
631

  
632 624
  $additional_params->{AUTH}          = $::auth;
633 625
  $additional_params->{INSTANCE_CONF} = $::instance_conf;
634 626
  $additional_params->{LOCALE}        = $::locale;

Auch abrufbar als: Unified diff