mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
01_FHEMWEB.pm: better room checking for columns (Forum #73318)
git-svn-id: https://svn.fhem.de/fhem/trunk@14543 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
013e22461e
commit
56c504d582
@ -1864,7 +1864,7 @@ FW_parseColumns($)
|
||||
foreach my $roomgroup (split("[ \t\r\n]+", AttrVal($FW_wname,"column",""))) {
|
||||
my ($room, $groupcolumn)=split(":",$roomgroup,2);
|
||||
$room =~ s/%20/ /g; # Space
|
||||
next if(!defined($groupcolumn) || $FW_room !~ m/$room/);
|
||||
next if(!defined($groupcolumn) || $FW_room !~ m/^$room$/);
|
||||
$colNo = 1;
|
||||
my @grouplist = keys %$aGroup;
|
||||
my %handled;
|
||||
|
Loading…
x
Reference in New Issue
Block a user