Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 127 → Rev 128

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