'
else ''
end as \"".__("saisie")."\"",
"case
resultat_participation_unite.envoi_aff
when
't'
then ''
else ''
end as \"".__("aff")."\"",
"case
resultat_participation_unite.envoi_web
when
't'
then ''
else ''
end as \"".__("web")."\""
);
// La colonne élection n'est pas nécessaire dans le contexte d'une élection
if (in_array($retourformulaire, $foreign_keys_extended["election"])) {
$champAffiche = array_diff($champAffiche, array($displayed_field_election, ));
$champRecherche = array_diff($champRecherche, array($displayed_field_election, ));
}
$tab_title = _("delegation_participation");
$ent .= " -> "._("delegation_participation");