mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6055 - Fix undefined offset error in synchro_exec.php (#465)
Co-authored-by: odain <olivier.dain@combodo.com>
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user