mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-29 23:47:10 +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
4cbb3abf93
commit
3d50e92230
@ -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…
x
Reference in New Issue
Block a user