mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
93_DbRep: contrib 8.51.2
git-svn-id: https://svn.fhem.de/fhem/trunk@27040 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bbd7f78b37
commit
280b4fcd48
@ -12963,7 +12963,7 @@ sub DbRep_OutputWriteToDB {
|
||||
($err, my $sth_uh) = DbRep_prepareOnly ($name, $dbh, $sql);
|
||||
return ($err,$wrt,$irowdone) if ($err);
|
||||
|
||||
$sql = DbRep_createInsertSQLscheme ('current', $dbmodel, $usepkh);
|
||||
$sql = DbRep_createInsertSQLscheme ('current', $dbmodel, $usepkc);
|
||||
($err, my $sth_ic) = DbRep_prepareOnly ($name, $dbh, $sql);
|
||||
return ($err,$wrt,$irowdone) if ($err);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user