Hoermann module added

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@604 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-03-23 09:01:30 +00:00
parent 4038a5e31d
commit dd9367d953
5 changed files with 104 additions and 3 deletions

View File

@@ -467,7 +467,7 @@ FW_makeTable($$$$$$$$)
my $row = 1;
foreach my $v (sort keys %{$hash}) {
my $r = ref($hash->{$v});
next if($r && ($r ne "HASH" || !$hash->{$v}{VAL}));
next if($r && ($r ne "HASH" || !defined($hash->{$v}{VAL})));
pF " <tr class=\"%s\">", $row?"odd":"even";
$row = ($row+1)%2;
if($makelink && $__reldoc) {