X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/74fca575d438232002756175338c23f55b8a6c12..ee932f3f74983a16977a6d89314a3ab09df20faa:/SL/Common.pm diff --git a/SL/Common.pm b/SL/Common.pm index 371bb8a7d..726c4c8e2 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -43,7 +43,7 @@ sub unique_id { } sub tmpname { - return "/tmp/lx-office-tmp-" . unique_id(); + return "/tmp/kivitendo-tmp-" . unique_id(); } sub retrieve_parts {