diff --git a/fhem/webfrontend/pgm3/CHANGED b/fhem/webfrontend/pgm3/CHANGED index 396c3c104..854308257 100644 --- a/fhem/webfrontend/pgm3/CHANGED +++ b/fhem/webfrontend/pgm3/CHANGED @@ -207,3 +207,6 @@ It is not necessary to tell fhem that there are other logs. 2010-04-26 -- Bugfix: userdefs.php: FS20-Type the first time with broken graphic +2012-04-24 + -- Bugfix: check for FHEM-Version not needed any more + diff --git a/fhem/webfrontend/pgm3/HISTORY b/fhem/webfrontend/pgm3/HISTORY index 957e7213b..3916bb2be 100644 --- a/fhem/webfrontend/pgm3/HISTORY +++ b/fhem/webfrontend/pgm3/HISTORY @@ -109,4 +109,7 @@ -- Bugfix: better check of availability of google-weather -- Feature: DBLog added for everything except UserDefs -Martin 201004-26 + +- Martin 2012-04-24 + -- Bugfix: no need for checking FHEM-Version any more -- Bugfxi: the FS20-Type from Userdef the first time with a broken graphic diff --git a/fhem/webfrontend/pgm3/index.php b/fhem/webfrontend/pgm3/index.php index 4bb45664f..a5f0afff9 100644 --- a/fhem/webfrontend/pgm3/index.php +++ b/fhem/webfrontend/pgm3/index.php @@ -41,7 +41,7 @@ include "include/gnuplot.php"; include "include/functions.php"; -$pgm3version='100312'; +$pgm3version='120424'; @@ -701,9 +701,9 @@ ht> ##################################################################################################################### - ##### Check Version of FHEM - if (! ($stack[0][children][0][name]=='_internal__LIST')) ##older FHZ100 have no Internal_LIST - {echo "Error!! There is no FHEM. You need at least FHEM-4.0 to run this pgm3!!";} + ##### Check Version of FHEM -- not neccessary any more... + # if (! ($stack[0][children][0][name]=='_internal__LIST')) ##older FHZ100 have no Internal_LIST + # {echo "Error!! There is no FHEM. You need at least FHEM-4.0 to run this pgm3!!";} ## now the xmllist will be writen on screen as html