mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
FB_CALLLIST: remove unwanted lines/whitespaces
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15801 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4162e3c3ea
commit
687d87f690
@ -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