Fixed cosmetic issues in the CSV import (related to the recent changes)

SVN:trunk[1005]
This commit is contained in:
Romain Quetiez
2010-12-01 16:27:11 +00:00
parent dc96cbc482
commit d4eaf43257
2 changed files with 4 additions and 4 deletions

View File

@@ -516,7 +516,7 @@ class BulkChange
{
$sErrors = implode(', ', $aErrors);
$aResult[$iRow]["__STATUS__"] = new RowStatus_Issue("Unexpected attribute value(s)");
return;
return $oTargetObj;
}
// Check that any external key will have a value proposed
@@ -535,7 +535,7 @@ class BulkChange
{
$sMissingKeys = implode(', ', $aMissingKeys);
$aResult[$iRow]["__STATUS__"] = new RowStatus_Issue("Could not be created, due to missing external key(s): $sMissingKeys");
return;
return $oTargetObj;
}
// Optionaly record the results