|
|
|
@ -15,7 +15,7 @@ function identite_extra_champs() {
|
|
|
|
|
|
|
|
|
|
if (is_null($champs)) {
|
|
|
|
|
// Les champs par défaut
|
|
|
|
|
$champs = array('nom_organisation', 'telephone', 'adresse', 'ville', 'code_postal', 'region', 'pays');
|
|
|
|
|
$champs = array('nom_organisation', 'telephone', 'adresse','code_postal', 'ville', 'region', 'pays');
|
|
|
|
|
|
|
|
|
|
// On garde la compatibilité avec l'ancienne manière de les lister
|
|
|
|
|
if (isset($GLOBALS['identite_extra']) and is_array($GLOBALS['identite_extra'])) {
|
|
|
|
|