Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3486 → Rev 3487

/trunk/jrest/bibliotheque/GestionChampsEtendus2.php
253,8 → 253,8
'cle' => $champ['cle'],
'label' => $champ['label'],
'options' => array(
'invisible' => $champ['invisible'],
'prive' => $champ['prive'])
'invisible' => "0",
'prive' => "0")
);
if ($ordonner_par_cle) {
$infos_champs[$champ_fmt['cle']] = $champ_fmt;