mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
configDB.pm - changed: avoid console warning after migration
git-svn-id: https://svn.fhem.de/fhem/trunk@6152 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d5215a25d1
commit
00210dcf18
@ -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: ".
|
||||
|
Loading…
x
Reference in New Issue
Block a user