N°6055 - Fix undefined offset error in synchro_exec.php (#465)

Co-authored-by: odain <olivier.dain@combodo.com>
This commit is contained in:
Molkobain
2023-03-24 22:25:58 +01:00
committed by GitHub
parent 1ca1c2b06a
commit 04a80fcd39

View File

@@ -449,6 +449,7 @@ try
if ($sInputColumn === 'primary_key') if ($sInputColumn === 'primary_key')
{ {
$iPrimaryKeyCol = $iFieldId; $iPrimaryKeyCol = $iFieldId;
$aIsBinaryToTransform[$iFieldId] = false;
continue; continue;
} }
if (!array_key_exists($sInputColumn, $aColumns)) if (!array_key_exists($sInputColumn, $aColumns))