Remove bad retrun parameters

This commit is contained in:
fhenry 2013-01-15 18:32:14 +01:00
parent 1851aa4646
commit b6b9f06a72

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
{