Revision beeb5c96
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1504 | 1504 |
close(FH); |
1505 | 1505 |
} |
1506 | 1506 |
|
1507 |
if ($self->{tmpfile} && ! $::keep_temp_files) {
|
|
1507 |
if ($self->{tmpfile} && !($::lx_office_conf{debug} && $::lx_office_conf{debug}->{keep_temp_files})) {
|
|
1508 | 1508 |
$self->{tmpfile} =~ s|.*/||g; |
1509 | 1509 |
# strip extension |
1510 | 1510 |
$self->{tmpfile} =~ s/\.\w+$//g; |
Auch abrufbar als: Unified diff
Globale Variable $::keep_temp_files nach %::lx_office_conf verschoben