Continuing the implementation of the DataExchange

SVN:trunk[1085]
This commit is contained in:
Denis Flaven
2011-02-16 17:31:32 +00:00
parent 293877d78a
commit 721ca8c652
4 changed files with 151 additions and 101 deletions

View File

@@ -1693,7 +1693,7 @@ EOF
/**
* Updates the object from the POSTed parameters
*/
function UpdateObject($sFormPrefix = '')
public function UpdateObject($sFormPrefix = '')
{
foreach(MetaModel::ListAttributeDefs(get_class($this)) as $sAttCode=>$oAttDef)
{