X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FSessionFile.pm;h=839264074c67429e3dfb63842888216f940bc5e4;hb=73f7989fcf23410ebd879d5150f6a13913ca2b90;hp=bf6c313dcffc3e4a4086c588f974bf5cd762c5c9;hpb=85a71bad4e1e97d75c852abe4da7f1d8ca15743c;p=kivitendo-erp.git 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.