Subversion Repositories Applications.gtt

Compare Revisions

Regard whitespace Rev 127 → Rev 128

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