diff --git a/core/dbobject.class.php b/core/dbobject.class.php index c908ca7aa..bc7e76d98 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -891,6 +891,11 @@ abstract class DBObject implements iDisplay return isset($aOrigValues[$sAttCode]) ? $aOrigValues[$sAttCode] : null; } + public function GetValues() + { + return $this->m_aCurrValues; + } + /** * Returns the default value of the $sAttCode. *