Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 128 → Rev 127

/trunk/bibliotheque/metier/Utilisateur.class.php
146,11 → 146,7
}
public function setNom( $n )
{
if (!is_null($n)) {
$this->nom = strtoupper($n);
} else {
$this->nom = $n;
}
$this->nom = strtoupper($n);
}
 
// Prenom