Line 284... |
Line 284... |
284 |
$code_referentiel = 'bdtfx';
|
284 |
$code_referentiel = 'bdtfx';
|
285 |
if(!isset($parametres['nom_referentiel'])) {
|
285 |
if(!isset($parametres['nom_referentiel'])) {
|
286 |
$parametres['nom_referentiel'] = 'bdtfx:v1.01';
|
286 |
$parametres['nom_referentiel'] = 'bdtfx:v1.01';
|
287 |
}
|
287 |
}
|
288 |
$code_referentiel = substr($parametres['nom_referentiel'], 0, 5);
|
288 |
$code_referentiel = substr($parametres['nom_referentiel'], 0, 5);
|
289 |
|
- |
|
290 |
if ($this->estUnNomSolitaire($parametres)) {
|
289 |
if ($this->estUnNomSolitaire($parametres)) {
|
Line 291... |
Line 290... |
291 |
|
290 |
|
292 |
$chercheur_infos_complementaires = new RechercheInfosTaxonBeta($this->config, $code_referentiel);
|
291 |
$chercheur_infos_complementaires = new RechercheInfosTaxonBeta($this->config, $code_referentiel);
|
293 |
// Utilisation d'un nom sans numéro nomenclatural, recherche d'une correspondance sur le nom
|
292 |
// Utilisation d'un nom sans numéro nomenclatural, recherche d'une correspondance sur le nom
|
Line 302... |
Line 301... |
302 |
|
301 |
|
303 |
if ($this->parametreNumNomEstPresent($parametres)) {
|
302 |
if ($this->parametreNumNomEstPresent($parametres)) {
|
304 |
// Utilisation d'un nom faisant parti du referentiel : recherche du nom valide correspondant
|
303 |
// Utilisation d'un nom faisant parti du referentiel : recherche du nom valide correspondant
|
305 |
$chercheur_infos_complementaires = new RechercheInfosTaxonBeta($this->config , $code_referentiel);
|
304 |
$chercheur_infos_complementaires = new RechercheInfosTaxonBeta($this->config , $code_referentiel);
|
- |
|
305 |
$complement = $chercheur_infos_complementaires->rechercherInformationsComplementairesSurNumNom($parametres['nom_sel_nn']);
|
306 |
$complement = $chercheur_infos_complementaires->rechercherInformationsComplementairesSurNumNom($parametres['nom_sel_nn']);
|
306 |
|
307 |
$parametres['nom_ret']=$complement['Nom_Retenu'];
|
307 |
$parametres['nom_ret']=$complement['Nom_Retenu'];
|
308 |
$parametres['nom_ret_nn']=$complement['Num_Nom_Retenu'];
|
308 |
$parametres['nom_ret_nn']=$complement['Num_Nom_Retenu'];
|
309 |
$parametres['nt']=$complement['Num_Taxon'];
|
309 |
$parametres['nt']=$complement['Num_Taxon'];
|
310 |
$parametres['famille']=$complement['Famille'];
|
310 |
$parametres['famille']=$complement['Famille'];
|