configDB: Forum #84539

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16235 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2018-02-20 21:53:26 +00:00
parent a137a4fcf5
commit d2fb5877e8

View File

@ -579,6 +579,7 @@ sub cfgDB_SaveState() {
if(defined($val) &&
$val ne "unknown" &&
$val ne "Initialized" &&
$val ne "" &&
$val ne "???") {
$val =~ s/;/;;/g;
$val =~ s/\n/\\\n/g;