Merge pull request #610 from FHenry/3.3

Remove bad retrun parameters
This commit is contained in:
Regis Houssin 2013-01-15 10:23:12 -08:00
commit 6d882c18de

View File

@ -454,7 +454,7 @@ function createActionComm($authentication,$actioncomm)
if (! $error)
{
$db->commit();
$objectresp=array('result'=>array('result_code'=>'OK', 'result_label'=>''),'id'=>$newobject->id,'ref'=>$newobject->ref);
$objectresp=array('result'=>array('result_code'=>'OK', 'result_label'=>''),'id'=>$newobject->id);
}
else
{