Line 180... |
Line 180... |
180 |
isset($this->parametres['squelette']) &&
|
180 |
isset($this->parametres['squelette']) &&
|
181 |
($this->parametres['squelette'] === 'plantes' || $this->parametres['squelette'] === 'lichens')
|
181 |
($this->parametres['squelette'] === 'plantes' || $this->parametres['squelette'] === 'lichens')
|
182 |
) {
|
182 |
) {
|
183 |
$tableau['type_especes'] = 'liste';
|
183 |
$tableau['type_especes'] = 'liste';
|
184 |
if ( $this->parametres['squelette'] === 'lichens' ) {
|
184 |
if ( $this->parametres['squelette'] === 'lichens' ) {
|
185 |
$tableau['referentiel'] = 'taxref';
|
185 |
$tableau['referentiel'] = 'taxreflich';
|
186 |
}
|
186 |
}
|
187 |
}
|
187 |
}
|
188 |
$tableau['especes'] = $this->rechercherInfosEspeces($tableau);
|
188 |
$tableau['especes'] = $this->rechercherInfosEspeces($tableau);
|
189 |
if (isset($tableau['type_especes']) && 'fixe' === $tableau['type_especes']) {
|
189 |
if (isset($tableau['type_especes']) && 'fixe' === $tableau['type_especes']) {
|
190 |
// si on trouve ":" dans referentiel, referentiel = première partie
|
190 |
// si on trouve ":" dans referentiel, referentiel = première partie
|