mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
fhem.pl: make $cvsid fhem.pl private from global
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@24725 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9a23368889
commit
8cabfe55ad
3
fhem.pl
3
fhem.pl
@ -232,7 +232,6 @@ sub cfgDB_FileWrite;
|
||||
use vars qw($addTimerStacktrace);# set to 1 by fhemdebug
|
||||
use vars qw($auth_refresh);
|
||||
use vars qw($cmdFromAnalyze); # used by the warnings-sub
|
||||
use vars qw($cvsid); # used in 98_version.pm
|
||||
use vars qw($devcount); # Maximum device number, used for storing
|
||||
use vars qw($featurelevel);
|
||||
use vars qw($fhemForked); # 1 in a fhemFork()'ed process, else undef
|
||||
@ -278,7 +277,7 @@ use constant {
|
||||
};
|
||||
|
||||
$selectTimestamp = gettimeofday();
|
||||
$cvsid = '$Id$';
|
||||
my $cvsid = '$Id$';
|
||||
|
||||
my $AttrList = "alias comment:textField-long eventMap:textField-long ".
|
||||
"group room suppressReading userattr ".
|
||||
|
Loading…
x
Reference in New Issue
Block a user