Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 248 → Rev 249

/trunk/modules/fiche/Fiche.php
72,10 → 72,8
$this->num_nom = $_GET['num_nom'];
}
if (isset($_GET['nom_retenu']) && $_GET['nom_retenu'] != '') {
if (isset($_GET['nom_retenu'])) {
$this->nom_retenu = $_GET['nom_retenu'];
} else {
$this->nom_retenu = 'n.'.$this->num_nom;
}
if (isset($_GET['nom'])) {