2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

configDB: Id added

git-svn-id: https://svn.fhem.de/fhem/trunk@6637 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2014-09-30 18:55:06 +00:00
parent a8706c2206
commit 9cba75e274

View File

@ -1,4 +1,4 @@
# $Id$ # $Id: 6636 $
############################################################################## ##############################################################################
# #
# configDB.pm # configDB.pm
@ -536,7 +536,7 @@ sub cfgDB_MigrationImport() {
# return SVN Id, called by fhem's CommandVersion # return SVN Id, called by fhem's CommandVersion
sub cfgDB_svnId() { sub cfgDB_svnId() {
return "# ".'$Id$' return "# ".'$Revision: 6636 $'
} }
# return filelist depending on directory and regexp # return filelist depending on directory and regexp