From 7b345545a940ba3eca42beb0f1d27c5977993d35 Mon Sep 17 00:00:00 2001 From: markusbloch <> Date: Tue, 6 Mar 2018 16:47:19 +0000 Subject: [PATCH] FB_CALLMONITOR: fix reverse search via dasoertliche.de (Forum: #85301) git-svn-id: https://svn.fhem.de/fhem/trunk@16342 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/72_FB_CALLMONITOR.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index a98d16912..583f25d25 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 72_FB_CALLMONITOR: fixing reverse search via dasoertliche.de - feature: 39_Talk2Fhem: V0.5 Object radiusing - bugfix: 93_DbLog: V3.8.8, no exit if configuration couldn't be read - change: 93_DbLog: V3.8.7, no change limits got fron SVG diff --git a/fhem/FHEM/72_FB_CALLMONITOR.pm b/fhem/FHEM/72_FB_CALLMONITOR.pm index 4017a86aa..46e308999 100755 --- a/fhem/FHEM/72_FB_CALLMONITOR.pm +++ b/fhem/FHEM/72_FB_CALLMONITOR.pm @@ -732,8 +732,8 @@ FB_CALLMONITOR_reverseSearch($$) } else { - #Log 2, $result; - if($result =~ m,(.+?),) + #Debug($result); + if($result =~ m,(.+?),) { $invert_match = $1; $invert_match = FB_CALLMONITOR_html2txt($invert_match);