autocreate.pm: removed CURRENT as requested in http://forum.fhem.de/index.php?topic=20562.new#new

git-svn-id: https://svn.fhem.de/fhem/trunk@5014 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-02-21 20:28:34 +00:00
parent 6726f5a4a9
commit b6a4c167c6

View File

@@ -203,7 +203,7 @@ autocreate_Notify($$)
$wlname .= "_$wnr" if($wnr > 1); $wlname .= "_$wnr" if($wnr > 1);
$wnr++; $wnr++;
delete($defs{$wlname}); # If we are re-creating it with createlog. delete($defs{$wlname}); # If we are re-creating it with createlog.
$cmd = "$wlname SVG $flname:$gplotfile:CURRENT"; $cmd = "$wlname SVG $flname:$gplotfile:";
Log3 $me, 2, "autocreate: define $cmd"; Log3 $me, 2, "autocreate: define $cmd";
$ret = CommandDefine(undef, $cmd); $ret = CommandDefine(undef, $cmd);
if($ret) { if($ret) {