2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

93_DbRep: contrib 8.27.2

git-svn-id: https://svn.fhem.de/fhem/trunk@20257 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-09-27 07:18:51 +00:00
parent 656ec0ac63
commit 9b807f5caa

View File

@ -5422,7 +5422,8 @@ sub expfile_DoParse($) {
}
$rsf =~ s/[:\s]/_/g;
my ($f,$e) = split(/\./,$file);
# my ($f,$e) = split(/\./,$file);
my ($f,$e) = $file =~ /(.*)\.(.*)/;
$e = $e?$e:"";
$f =~ s/%TSB/$rsf/g;
my @t = localtime;