Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/trunk/interfaces/controleurs/Accueil.php
43,6 → 43,7
*/
public function afficherAccueil() {
$donnees = array();
$this->initialiserModulePrincipal();
$infos = $this->referentielDao->getReferentielsDispo();
if ($infos != false) {
67,6 → 68,7
*/
public function afficherDetail() {
$donnees = array();
$this->initialiserModulePrincipal();
// Traitement de l'info sur le code du référentiel
if (isset($this->referentiel)) {