Revision da300db2
Von Sven Schöling vor etwa 9 Jahren hinzugefügt
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
Form: parse_html_template - myconfig_jsc syntax entfernt