From 25b9f4474abeb407fdcbdc153cfa0daeb507f1c9 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 10 Aug 2010 06:06:47 +0000 Subject: [PATCH] _ME is needed by GROUP git-svn-id: https://svn.fhem.de/fhem/trunk@673 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/webfrontend/pgm2/01_FHEMWEB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/webfrontend/pgm2/01_FHEMWEB.pm b/fhem/webfrontend/pgm2/01_FHEMWEB.pm index 011d1ce3a..32db1e49d 100755 --- a/fhem/webfrontend/pgm2/01_FHEMWEB.pm +++ b/fhem/webfrontend/pgm2/01_FHEMWEB.pm @@ -32,6 +32,7 @@ sub FW_zoomLink($$$); sub FW_calcWeblink($$); use vars qw($__dir); # moddir (./FHEM), needed by SVG +use vars qw($__ME); # webname (fhem), needed by 97_GROUP my $zlib_loaded; @@ -44,7 +45,6 @@ my $__detail; # currently selected device for detail view my %__devs; # hash of from/to entries per device my %__icons; # List of icons my $__iconsread; # Timestamp of last icondir check -my $__ME; # webname (fhem) my $__plotmode; # Global plot mode (WEB attribute) my $__plotsize; # Global plot size (WEB attribute) my %__pos; # scroll position