X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/85a71bad4e1e97d75c852abe4da7f1d8ca15743c..5a5ec009b3d3bd4d24b65dba4f61c23f69a51770:/SL/SessionFile.pm diff --git a/SL/SessionFile.pm b/SL/SessionFile.pm index bf6c313dc..839264074 100644 --- a/SL/SessionFile.pm +++ b/SL/SessionFile.pm @@ -26,7 +26,7 @@ sub new { } my $path = $self->prepare_path; - $file_name =~ s:.*/::g; + $file_name =~ s{.*/}{}g; $file_name = "${path}/${file_name}"; $self->file_name($file_name); @@ -153,7 +153,7 @@ Returns the full relative file name associated with this instance. If it has been created for "customer.csv" then the value returned might be C. -=item C +=item C Opens the file_name given at creation with the given parameters.