From 5d0aec66f1d31f99c14944f6405c7fb712f99756 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 7 Nov 2012 15:44:07 +0100 Subject: [PATCH] =?utf8?q?Spoolen:=20Spool-Dateien=20nach=20Erzeugen=20des?= =?utf8?q?=20temp.=20Namens=20nicht=20direkt=20wieder=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixt #1926. --- bin/mozilla/io.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 8a3dc5561..467092e6f 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1553,6 +1553,7 @@ sub print_form { 'kivitendo-spoolXXXXXX', SUFFIX => "$suffix", DIR => $::lx_office_conf{paths}->{spool}, + UNLINK => 0, ); close $temp_fh; $form->{OUT} = "$filename"; -- 2.20.1