98_SVG.pm: declare userAgent for strange config files. (Forum #27531)

git-svn-id: https://svn.fhem.de/fhem/trunk@6649 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-10-01 16:01:50 +00:00
parent ea7e219338
commit faadf3fd1c

View File

@@ -25,6 +25,7 @@ use vars qw(%FW_hiddenroom); # hash of hidden rooms, used by weblink
use vars qw(%FW_pos); # scroll position
use vars qw(%FW_webArgs); # all arguments specified in the GET
use vars qw($FW_formmethod);
use vars qw($FW_userAgent);
my $SVG_RET; # Returned data (SVG)
sub SVG_calcOffsets($$);