Subversion Repositories Applications.referentiel

Rev

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

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

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