Report "minute 0" correctly

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2894 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-03-11 19:28:46 +00:00
parent 3c96ae6c8f
commit 99bee30c39

View File

@@ -306,7 +306,7 @@ FHT_Set($@)
$ncmd++;
$allcmd .=" " if($allcmd);
$allcmd .= $cmd;
$allcmd .= " $val" if($val);
$allcmd .= " $val" if(defined($val));
}
}