Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 140 → Rev 141

/trunk/modules/fiche/Fiche.php
18,8 → 18,8
$this->executerFiche();
}
public function executerFiche() {
print_r($_GET);
public function executerFiche(){
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_accueil'));
}
}
?>