2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00

Schaltjahr bug

git-svn-id: https://svn.fhem.de/fhem/trunk@375 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2009-05-23 07:12:04 +00:00
parent 51204ad222
commit 6378cd642b

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);
}