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:
parent
51204ad222
commit
6378cd642b
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user