mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Synchro Data Sources Implementation on going...
SVN:trunk[1100]
This commit is contained in:
@@ -349,7 +349,12 @@ abstract class DBObject
|
||||
// #@# non-scalar attributes.... handle that differently
|
||||
$this->Reload();
|
||||
}
|
||||
return $this->m_aCurrValues[$sAttCode];
|
||||
$value = $this->m_aCurrValues[$sAttCode];
|
||||
if ($value instanceof DBObjectSet)
|
||||
{
|
||||
$value->Rewind();
|
||||
}
|
||||
return $value;
|
||||
}
|
||||
|
||||
public function GetOriginal($sAttCode)
|
||||
|
||||
Reference in New Issue
Block a user