X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FCommon.pm;h=726c4c8e2576a04e32994be364df8357c6f5cf05;hb=03ff37cb621e68f7d224d2520099ee86f612f833;hp=371bb8a7dea1bc5d92ca7e4a2e3a777a56a4f712;hpb=45970e731c7e0c8a3d469a1c344af20c18987c20;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 {