Revision 8cd05ad6
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
2071 | 2071 |
$form->{attachment_filename} = $locale->quote_special_chars('filenames', $locale->text("Statement") . "_$form->{todate}.$attachment_suffix"); |
2072 | 2072 |
$form->{attachment_filename} =~ s/\s+/_/g; |
2073 | 2073 |
|
2074 |
$form->parse_template(\%myconfig, $main::userspath);
|
|
2074 |
$form->parse_template(\%myconfig); |
|
2075 | 2075 |
|
2076 | 2076 |
} |
2077 | 2077 |
} |
Auch abrufbar als: Unified diff
Globale Variablen $::userspath, $::templates, $::membersfile nach %::lx_office_conf verschoben