From 2be9f6f7d63719b70b9182cbabdf459359eda8f7 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://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@673 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- webfrontend/pgm2/01_FHEMWEB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webfrontend/pgm2/01_FHEMWEB.pm b/webfrontend/pgm2/01_FHEMWEB.pm index 011d1ce3a..32db1e49d 100755 --- a/webfrontend/pgm2/01_FHEMWEB.pm +++ b/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