2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

Re-enabling ; in .gplot #FileLog expressions

git-svn-id: https://svn.fhem.de/fhem/trunk@3284 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-06-14 11:54:44 +00:00
parent b76ea96387
commit 76b1555e10

View File

@ -1537,7 +1537,7 @@ FW_showLog($)
close(CFH);
} else {
FW_fC("get $d $file INT $f $t " . join(" ", @{$flog}));
FW_fC("get $d $file INT $f $t " . join(" ", @{$flog}), 1);
($cfg, $plot) = FW_substcfg(1, $wl, $cfg, $plot, $file, "<OuT>");
$ret = SVG_render($wl, $f, $t, $cfg,
$internal_data, $plot, $FW_wname, $FW_cssdir);