Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Regard whitespace Rev 1318 → Rev 1317

/branches/v5.12-baouque/services/modules/0.1/nva/NomsVernaculaires.php
302,12 → 302,8
case 'nom_vernaculaire' : $this->table_retour['nom'] = $valeur; break;
default : break;
}
// champs supplémentaires
if (in_array($key, $this->champs_supp)) {
$this->table_retour[$key] = $valeur;
}
}
}
if ($this->retour_format == 'max') $this->table_retour['href'] = $this->ajouterHref('noms-vernaculaires', $num);
$resultat_json[$num] = $this->table_retour;
$this->table_retour = array();