From 36579df401da4b096bd75f497a1c806243a46d54 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 18 Oct 2011 08:31:19 +0000 Subject: [PATCH] global attributes moved back... git-svn-id: https://svn.fhem.de/fhem/trunk@1080 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 11d13b629..72b662fbe 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -167,7 +167,7 @@ my $nextat; # Time when next timer will be triggered. my $intAtCnt=0; my %duplicate; # Pool of received msg for multi-fhz/cul setups my $duplidx=0; # helper for the above pool -my $cvsid = '$Id: fhem.pl,v 1.156 2011-10-18 08:19:07 rudolfkoenig Exp $'; +my $cvsid = '$Id: fhem.pl,v 1.157 2011-10-18 08:31:19 rudolfkoenig Exp $'; my $namedef = "where is either:\n" . "- a single device name\n" . @@ -185,7 +185,7 @@ $modules{Global}{AttrList} = "archivecmd allowfrom archivedir configfile lastinclude logfile " . "modpath nrarchive pidfilename port statefile title userattr " . "verbose:1,2,3,4,5 mseclog version nofork logdir holiday2we " . - "autoload_undefined_devices dupTimeout"; + "autoload_undefined_devices dupTimeout latitude longitude backupdir"; $modules{Global}{AttrFn} = "GlobalAttr"; my $commonAttr = "eventMap";