Bug fix: history of encrypted fields was not recorded properly.

SVN:trunk[1027]
This commit is contained in:
Denis Flaven
2010-12-15 16:33:08 +00:00
parent 21722b9e80
commit 511c703b61

View File

@@ -152,7 +152,7 @@ abstract class CMDBObject extends DBObject
{
$original = '';
}
$oMyChangeOp->Set("prevdata", $original);
$oMyChangeOp->Set("prevstring", $original);
$iId = $oMyChangeOp->DBInsertNoReload();
}
elseif ($oAttDef instanceOf AttributeBlob)