mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 20:24:36 +00:00
FB_CALLLIST: remove unwanted lines/whitespaces
git-svn-id: https://svn.fhem.de/fhem/trunk@15801 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
171637569e
commit
a8298572bd
@ -141,7 +141,6 @@ sub FB_CALLLIST_Attr($@)
|
|||||||
}
|
}
|
||||||
elsif($attrib eq "connection-mapping")
|
elsif($attrib eq "connection-mapping")
|
||||||
{
|
{
|
||||||
|
|
||||||
if($value and $value =~ m/^{.*}$/ )
|
if($value and $value =~ m/^{.*}$/ )
|
||||||
{
|
{
|
||||||
my $table = eval $value;
|
my $table = eval $value;
|
||||||
@ -156,7 +155,6 @@ sub FB_CALLLIST_Attr($@)
|
|||||||
}
|
}
|
||||||
elsif($attrib eq "icon-mapping")
|
elsif($attrib eq "icon-mapping")
|
||||||
{
|
{
|
||||||
|
|
||||||
if($value and $value =~ m/^{.*}$/ )
|
if($value and $value =~ m/^{.*}$/ )
|
||||||
{
|
{
|
||||||
my $table = eval $value;
|
my $table = eval $value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user