X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FCommon.pm;h=726c4c8e2576a04e32994be364df8357c6f5cf05;hb=55af6244bd721f294ff5eee7e9357a3217318e5e;hp=371bb8a7dea1bc5d92ca7e4a2e3a777a56a4f712;hpb=74fca575d438232002756175338c23f55b8a6c12;p=kivitendo-erp.git 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 {