Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
65 |
jpm |
1 |
<?=implode("\t", $champs_partiel_diff)?>
|
|
|
2 |
|
|
|
3 |
<?php foreach ($diff as $id => $nom_infos) : ?><?php foreach ($champs_partiel_diff as $champ) : ?><?=$nom_infos[$champ]?><?=(($dernier_champ == $champ) ? "\n" : "\t")?><?php endforeach; ?><?php endforeach; ?>
|