Fixed regression on the bug fix [207]

SVN:trunk[210]
This commit is contained in:
Romain Quetiez
2009-12-28 16:51:58 +00:00
parent d8269cc11b
commit 9e47505447

View File

@@ -238,7 +238,7 @@ function ProcessData($oPage, $sClass, $oCSVParser, $aFieldMap, $aIsReconcKey, CM
{
// This field is value to search on, to find a value for an external key
list($sExtKeyAttCode, $sExtReconcKeyAttCode) = GetExtKeyFieldCodes($sColDesc);
if ($sExtKeyAttCode == $sExtReconcKeyAttCode)
if ($sExtReconcKeyAttCode == 'id')
{
$aAttList[$sExtKeyAttCode] = $iFieldId;
}