From 2c90ebcc13f2bac0528b2e1ba38c262da7b86f0d Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 15 Apr 2010 15:21:41 +0000 Subject: [PATCH] - Integrating... SVN:trunk[336] --- core/bulkchange.class.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/bulkchange.class.inc.php b/core/bulkchange.class.inc.php index 193ddc029..3c7c4b88c 100644 --- a/core/bulkchange.class.inc.php +++ b/core/bulkchange.class.inc.php @@ -428,13 +428,13 @@ class BulkChange $newID = $oTargetObj->DBInsertTrackedNoReload($oChange); $aResult[$iRow]["__STATUS__"] = new RowStatus_NewObj($this->m_sClass, $newID); $aResult[$iRow]["finalclass"] = get_class($oTargetObj); - $aResult[$iRow]["id"] = CellStatus_Void($newID); + $aResult[$iRow]["id"] = new CellStatus_Void($newID); } else { $aResult[$iRow]["__STATUS__"] = new RowStatus_NewObj(); $aResult[$iRow]["finalclass"] = get_class($oTargetObj); - $aResult[$iRow]["id"] = CellStatus_Void(0); + $aResult[$iRow]["id"] = new CellStatus_Void(0); } } @@ -445,7 +445,7 @@ class BulkChange // Reporting // $aResult[$iRow]["finalclass"] = get_class($oTargetObj); - $aResult[$iRow]["id"] = CellStatus_Void($aRowData[$iCol]); + $aResult[$iRow]["id"] = new CellStatus_Void($oTargetObj->GetKey()); if (count($aErrors) > 0) {