From 6492d00e085eeb652b85e140e1142739c91b62c5 Mon Sep 17 00:00:00 2001 From: markusbloch Date: Thu, 19 Feb 2015 21:14:42 +0000 Subject: [PATCH] FB_CALLMONITOR: fixed reverse-search for search.ch git-svn-id: https://svn.fhem.de/fhem/trunk@8043 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/72_FB_CALLMONITOR.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 3deff4db3..b0236ee5d 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: FB_CALLMONITOR: fixed reverse-search for search.ch - feature: help is now a separate module - feature: pahColor() added to Color.pm to convert temperatures into rgb values. See forum thread #30128 diff --git a/fhem/FHEM/72_FB_CALLMONITOR.pm b/fhem/FHEM/72_FB_CALLMONITOR.pm index 76b1a1137..bf1489e8c 100755 --- a/fhem/FHEM/72_FB_CALLMONITOR.pm +++ b/fhem/FHEM/72_FB_CALLMONITOR.pm @@ -541,7 +541,7 @@ FB_CALLMONITOR_reverseSearch($$) else { #Log 2, $result; - if($result =~ /
(.+?)<\/a><\/h5>/) + if($result =~ /]*>.*?

(.+?)<\/h1>.*?<\/section>/s) { $invert_match = $1; $invert_match = FB_CALLMONITOR_html2txt($invert_match);