Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 135 → Rev 134

/trunk/serveur/eflore_mv/modeles/groupes_macro_elements/recherchetaxon.php
29,11 → 29,6
$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();
}
47,8 → 42,6
{
$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();
}
}