Subversion Repositories Applications.referentiel

Rev

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

Rev Author Line No. Line
65 jpm 1
<?=implode("\t", $champs_partiel)?>
2
 
144 jpm 3
<?php foreach ($noms as $nom_infos) :
4
	if (!isset($nom_infos['exclure_taxref']) || $nom_infos['exclure_taxref'] != '1') :
5
		foreach ($champs_partiel as $champ) :
6
			echo $nom_infos[$champ];
7
			echo ($dernier_champ == $champ) ? "\n" : "\t";
8
		endforeach;
9
	endif;
10
endforeach; ?>