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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6649 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-10-01 16:01:50 +00:00
parent 64fc0c8ee3
commit b488ed6c69

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($$);