Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 289 → Rev 290

/trunk/interfaces/controleurs/Consultation.php
34,7 → 34,8
$this->definirCommeModulePrincipal(get_class($this));
$this->construireMenu($this->referentiel);
$this->construireFilAriane($this->referentiel);
$this->executerActionReferentiel('Recherche', 'chargerMoteurRecherche', $this->referentiel, 20);
$_GET['recherche'] = "#";
$this->executerActionReferentiel('Recherche', 'rechercher', $this->referentiel, 20);
}