I can't find where I have to change the code, so can you tell me please what I have to change?
I also don't want to show
Code: Select all
file.ext alredy exist!
renaming to file2.ext
Thanks, tommy
Code: Select all
file.ext alredy exist!
renaming to file2.ext
Code: Select all
&lmsg("MSG:'$fn$ext' ".$c->{msg}->{already_exist}." '$fn$i$ext'.");
Code: Select all
&lmsg("MSG:File $fhash{file_name} already exist! New file wasn't saved.");
Code: Select all
&lmsg("MSG:'$fn$ext' ".$c->{msg}->{saved_ok});