Преглед изворни кода

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 година
родитељ
комит
971840647a
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 			}