From 04a80fcd3983ebf66c88be5545d0158326a571f4 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 24 Mar 2023 22:25:58 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B06055=20-=20Fix=20undefined=20offset=20er?= =?UTF-8?q?ror=20in=20synchro=5Fexec.php=20(#465)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: odain --- synchro/synchro_import.php | 1 + 1 file changed, 1 insertion(+) 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))