devspec added

delattr reenamed to deleteattr


git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@135 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2007-12-29 15:57:42 +00:00
parent 143604a287
commit 4849787b1b
6 changed files with 332 additions and 162 deletions

View File

@@ -71,7 +71,7 @@ sr($$$$)
$sst += ($seconds/3600);
my $diff = 0;
if($nh > $sst) {
if($nh >= $sst) {
$nt += 86400; # Tommorow
$diff = 24;
@lt = localtime($nt);