Schaltjahr bug

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@375 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2009-05-23 07:12:04 +00:00
parent d26df6fe06
commit 5068a6c3e4

View File

@@ -108,7 +108,6 @@ holiday_refresh($$)
} elsif($a[1] < 0) { # N'th day from the end
my $d = $fd[3] - ($a[1]+1)*7;
my $md = $md[$fd[4]];
$md++ if(schaltjahr($fd[5]+1900) && $fd[4] == 1);
next if($d > $md || $d < $md-6);
}