configDB - minor bugfix
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6034 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -481,6 +481,7 @@ sub cfgDB_Read99() {
|
||||
# return SVN Id from file stored in database
|
||||
sub cfgDB_Fileversion($$) {
|
||||
my ($file,$ret) = @_;
|
||||
$ret = "No Id found for $file";
|
||||
my ($err,@in) = cfgDB_FileRead($file);
|
||||
foreach(@in){ $ret = $_ if($_ =~ m/# \$Id:/); }
|
||||
return $ret;
|
||||
|
||||
Reference in New Issue
Block a user