diff --git a/synchro/synchro_import.php b/synchro/synchro_import.php index d978a46c0..6f54abf9c 100644 --- a/synchro/synchro_import.php +++ b/synchro/synchro_import.php @@ -449,6 +449,7 @@ try if ($sInputColumn === 'primary_key') { $iPrimaryKeyCol = $iFieldId; + $aIsBinaryToTransform[$iFieldId] = false; continue; } if (!array_key_exists($sInputColumn, $aColumns))