mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Bugfix, no check for FHEM-Version needed
git-svn-id: https://svn.fhem.de/fhem/trunk@1484 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
81ea7f1f74
commit
589e664a8f
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -41,7 +41,7 @@ include "include/gnuplot.php";
|
||||
include "include/functions.php";
|
||||
|
||||
|
||||
$pgm3version='100312';
|
||||
$pgm3version='120424';
|
||||
|
||||
|
||||
|
||||
@ -701,9 +701,9 @@ ht><font $fontcolor1><b>
|
||||
|
||||
#####################################################################################################################
|
||||
|
||||
##### 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
|
||||
|
Loading…
Reference in New Issue
Block a user