98_Weekdaytimer: bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18571 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
igami 2019-02-12 16:01:17 +00:00
parent 2fe7840691
commit 85897b9d2c
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- bugifx: 98_WeekdayTimer: Label not found for "next E"
- bugfix: 70_ONKYO_AVR: model Reading not written correctly - bugfix: 70_ONKYO_AVR: model Reading not written correctly
- feature: 93_DbRep: executeBeforeProc / executeAfterProc is now available - feature: 93_DbRep: executeBeforeProc / executeAfterProc is now available
for sqlCmd,sumValue, maxValue, minValue, diffValue, for sqlCmd,sumValue, maxValue, minValue, diffValue,

View File

@ -662,7 +662,7 @@ sub WeekdayTimer_gatherSwitchingTimes {
#pruefen auf Angabe eines Schaltpunktes #pruefen auf Angabe eines Schaltpunktes
my $element = ""; my $element = "";
my @restoreElements = (); my @restoreElements = ();
while (@$a > 0) { E: while (@$a > 0) {
my $actualElement = shift @$a; my $actualElement = shift @$a;
push @restoreElements, $actualElement; push @restoreElements, $actualElement;