Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 134 → Rev 135

/trunk/serveur/eflore_mv/modeles/groupes_macro_elements/recherchetaxon.php
29,6 → 29,11
$this->dblock->ajouterDonnee('le', $_REQUEST['le']);
}
// Numéro du taxon dans un projet
if (array_key_exists('nt',$_REQUEST)) {
$this->dblock->ajouterDonnee('nt', $_REQUEST['nt']);
}
$this->construireContexte();
$this->ajouterMacroElement();
}
42,6 → 47,8
{
$un_macro_element = $this->macroElementFactory('TAXON_RECHERCHE_ALPHABET', $this->dblock);
$un_macro_element->construire();
$un_macro_element = $this->macroElementFactory('TAXON_RECHERCHE_CLASSIFICATION', $this->dblock);
$un_macro_element->construire();
}
}