mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +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')
|
||||
{
|
||||
$iPrimaryKeyCol = $iFieldId;
|
||||
$aIsBinaryToTransform[$iFieldId] = false;
|
||||
continue;
|
||||
}
|
||||
if (!array_key_exists($sInputColumn, $aColumns))
|
||||
|
||||
Reference in New Issue
Block a user