From 044b21694ffb46e704c16f984d0353150aa2eb19 Mon Sep 17 00:00:00 2001 From: chris1284 <> Date: Wed, 5 Aug 2015 08:51:32 +0000 Subject: [PATCH] 57_CALVIEW: - replace unwanted backslash before a comma sign git-svn-id: https://svn.fhem.de/fhem/trunk@9021 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/57_CALVIEW.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/57_CALVIEW.pm b/fhem/FHEM/57_CALVIEW.pm index d5fcccdca..5c44b97c7 100644 --- a/fhem/FHEM/57_CALVIEW.pm +++ b/fhem/FHEM/57_CALVIEW.pm @@ -1,4 +1,4 @@ -# $Id: 57_CALVIEW.pm 7014 2015-07-14 08:10:00Z chris1284 $ +# $Id: 57_CALVIEW.pm 7014 2015-08-05 10:50:00Z chris1284 $ ########################### # CALVIEW # @@ -92,6 +92,9 @@ sub CALVIEW_GetUpdate($){ my @tempend=split(/\s+/,$item->[2]); my ($D,$M,$Y)=split(/\./,$tempstart[0]); my @bts=str2time($M."/".$D."/".$Y." ".$tempstart[1]); + #replace the "\," with "," + $item->[1] =~ s/\\,/,/g; + $item->[4] =~ s/\\,/,/g; push @termineNew,{ bdate => $tempstart[0], btime => $tempstart[1],