New type of Attribute "CaseLog" (under construction !)

SVN:trunk[1166]
This commit is contained in:
Denis Flaven
2011-04-04 08:37:30 +00:00
parent ce13b05363
commit 195c1dabf8
6 changed files with 368 additions and 26 deletions

View File

@@ -189,6 +189,10 @@ abstract class CMDBObject extends DBObject
if (array_key_exists($sAttCode, $aOrigValues))
{
$original = $aOrigValues[$sAttCode];
if ($original instanceof ormCaseLog)
{
$original = $original->GetText();
}
}
else
{