function fwa_TOOSMART_TOSEVENT_action_add_comment_lost_business(){
global $navi_id_obje;
global $navi_id_type;
$isCommentaire = fwk7_var_getpost('commentaire§defCom');
$data = array();
if (!empty($isCommentaire)){
$data['att2'] = $isCommentaire;
$data['id_work'] = 9;
}
fwc7_modify_att_edit('',$navi_id_type,$navi_id_obje,$data);
// ... (truncated)