2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

configDB: Forum #84539

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

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;