Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 290 → Rev 289

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