// Actions on extra fields (by external module or standard code)
// TODO le hook fait double emploi avec le trigger !!
$hookmanager->initHooks(array('actioncommdao'));
$parameters=array('actcomm'=>$this->id);
$reshook=$hookmanager->executeHooks('insertExtraFields',$parameters,$this,$action);// Note that $action and $object may have been modified by some hooks
if(empty($reshook))
{
if(empty($conf->global->MAIN_EXTRAFIELDS_DISABLED))// For avoid conflicts if trigger used
// Actions on extra fields (by external module or standard code)
// TODO le hook fait double emploi avec le trigger !!
$hookmanager->initHooks(array('actioncommdao'));
$parameters=array('actcomm'=>$this->id);
$reshook=$hookmanager->executeHooks('insertExtraFields',$parameters,$this,$action);// Note that $action and $object may have been modified by some hooks
if(empty($reshook))
{
if(empty($conf->global->MAIN_EXTRAFIELDS_DISABLED))// For avoid conflicts if trigger used