diff --git a/fhem/configDB.pm b/fhem/configDB.pm index f0d4a54c0..72c6e8876 100644 --- a/fhem/configDB.pm +++ b/fhem/configDB.pm @@ -652,6 +652,7 @@ sub _cfgDB_Info() { $sth = $fhem_dbh->prepare( $sql ); $sth->execute(); while (@line = $sth->fetchrow_array()) { + $line[3] = "" unless defined $line[3]; $row = " Ver $line[6] saved: $line[1] $line[2] $line[3] def: ". $fhem_dbh->selectrow_array("SELECT COUNT(*) from fhemconfig where COMMAND = 'define' and VERSIONUUID = '$line[5]'"); $row .= " attr: ".