configDB: minor bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7696 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2015-01-24 18:16:54 +00:00
parent 12434f490d
commit a3976b67d0

View File

@ -420,6 +420,7 @@ sub cfgDB_SaveCfg(;$) {
foreach my $a (sort keys %{$configDB{attr}}) {
# foreach my $a (sort keys %{$attr{configdb}}) {
my $val = $configDB{attr}{$a};
next unless $val;
$val =~ s/;/;;/g;
push @rowList, "attr configdb $a $val";
}