2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 23:09:26 +00:00

Delete "experiment"

git-svn-id: https://svn.fhem.de/fhem/trunk@4076 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-10-20 11:19:20 +00:00
parent 82fd28fd6e
commit e04f13948b

View File

@ -1973,12 +1973,7 @@ FW_FlushInform($)
my $hash = $defs{$name};
return if(!$hash);
my $c = $hash->{CD};
#print $c $hash->{INFORMBUF};
if(defined($hash->{".WRITEBUFFER"})) {
$hash->{".WRITEBUFFER"} .= $hash->{INFORMBUF};
} else {
$hash->{".WRITEBUFFER"} = $hash->{INFORMBUF};
}
print $c $hash->{INFORMBUF};
$hash->{INFORMBUF}="";
}