2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-18 05:56:03 +00:00

GEOFANCY: fix missing Time::Local reference

git-svn-id: https://svn.fhem.de/fhem/trunk@4840 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2014-02-07 22:52:01 +00:00
parent 7383e79806
commit 51fa0ca46d

View File

@ -42,6 +42,7 @@ use strict;
use warnings;
use vars qw(%data);
use HttpUtils;
use Time::Local;
use Data::Dumper;
sub GEOFANCY_Set($@);