From b7aad99bc94e39b80ad18a1c0b9f3d04c8652754 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 11 Sep 2008 16:04:25 +0000 Subject: [PATCH] Bugfix, reported by rufus99 git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@240 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/90_at.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FHEM/90_at.pm b/FHEM/90_at.pm index 33f0725ee..bc165cd74 100755 --- a/FHEM/90_at.pm +++ b/FHEM/90_at.pm @@ -26,6 +26,7 @@ at_Define($$) if(!$command) { if($hash->{OLDDEF}) { # Called from modify, where command is optional + RemoveInternalTimer($name); (undef, $command) = split("[ \t]+", $hash->{OLDDEF}, 2); $hash->{DEF} = "$tm $command"; } else {