Subversion Repositories Applications.referentiel

Rev

Rev 65 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<?=implode("\t", $champs_partiel)?>

<?php foreach ($noms as $nom_infos) : 
        if (!isset($nom_infos['exclure_taxref']) || $nom_infos['exclure_taxref'] != '1') :
                foreach ($champs_partiel as $champ) : 
                        echo $nom_infos[$champ];
                        echo ($dernier_champ == $champ) ? "\n" : "\t";
                endforeach;
        endif;
endforeach; ?>