X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/45970e731c7e0c8a3d469a1c344af20c18987c20..a730d34238db1c8665a8b5e6973f19e5b3757820:/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 {