mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
betateilchen: debug code
git-svn-id: https://svn.fhem.de/fhem/trunk@18295 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2433f3c128
commit
1520946547
@ -469,7 +469,7 @@ sub cfgDB_SaveCfg(;$) {
|
||||
$def = "";
|
||||
}
|
||||
push @rowList, "define $d $defs{$d}{TYPE} $def";
|
||||
push @rowList, "setuuid $d $defs{$d}{uuid}" if (defined($defs{$d}{uuid}) && $defs{$d}{uuid});
|
||||
push @rowList, "setuuid $d $defs{$d}{FUUID}" if (defined($defs{$d}{FUUID}) && $defs{$d}{FUUID});
|
||||
}
|
||||
|
||||
foreach my $a (sort {
|
||||
|
Loading…
Reference in New Issue
Block a user