Subversion Repositories Applications.referentiel

Rev

Rev 46 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46 Rev 47
Line 1... Line 1...
1
<?=implode('	', $champs)?>
1
<?=implode("\t", $champs)?>
Line 2... Line 2...
2
 
2
 
3
<?php foreach ($noms as $nom_infos) : ?>
3
<?php foreach ($noms as $nom_infos) : ?>
Line 4... Line 4...
4
<?=implode('	', $nom_infos)?>
4
<?=implode("\t", $nom_infos)?>
5
 
5