diff --git a/webfrontend/pgm3/CHANGED b/webfrontend/pgm3/CHANGED index 8badb0813..c4644c897 100644 --- a/webfrontend/pgm3/CHANGED +++ b/webfrontend/pgm3/CHANGED @@ -172,3 +172,7 @@ It is not necessary to tell fhem that there are other logs. 2008-03-24 -- Bugfix: FHT-View with the current CVS-FHEM was broken: Small changes in include/fht.php + +2008-03-24 + -- Bugfix: KS300-Log now possible with Full Log like define kslog FileLog /var/tmp/ks300.log ks300:. + ==> Small Changes in ks300.php diff --git a/webfrontend/pgm3/HISTORY b/webfrontend/pgm3/HISTORY index ca4db02db..fc73b9dde 100644 --- a/webfrontend/pgm3/HISTORY +++ b/webfrontend/pgm3/HISTORY @@ -72,3 +72,6 @@ - Martin 2008-03-24 -- Bugfix: FHT-View with the current CVS-FHEM was broken + +- Martin 2008-03-25 + -- Bugfix: KS300-Log now possible with Full Log like define kslog FileLog /var/tmp/ks300.log ks300:.* diff --git a/webfrontend/pgm3/include/ks300.php b/webfrontend/pgm3/include/ks300.php index 7efa4e619..3256fc146 100755 --- a/webfrontend/pgm3/include/ks300.php +++ b/webfrontend/pgm3/include/ks300.php @@ -85,7 +85,9 @@ $avgmonth=$_GET['avgmonth']; or ($array[$x][12] != $oldhour) or ($x==$counter-1)) and ($t!="avg_day") - and ($date!="NEWLOGS")) + and ($date!="NEWLOGS") + and ($t=="T:") + ) { $oldmin=$array[$x][14]; $oldhour=$array[$x][12]; diff --git a/webfrontend/pgm3/index.php b/webfrontend/pgm3/index.php index 5781e5942..af43640ab 100644 --- a/webfrontend/pgm3/index.php +++ b/webfrontend/pgm3/index.php @@ -41,7 +41,7 @@ include "include/gnuplot.php"; include "include/functions.php"; -$pgm3version='080324'; +$pgm3version='080325'; $Action = $_POST['Action'];