Browse Source

Fixed regression on the bug fix [207]

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@210 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 years ago
parent
commit
971840647a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/csvimport.php

+ 1 - 1
pages/csvimport.php

@@ -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;
 			}