Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1473 → Rev 1474

/trunk/src/org/tela_botanica/del/client/composants/formulaires/identification/FormulaireIdentificationPresenteur.java
84,10 → 84,7
String nom = Cookies.getCookie("del_nom");
String courriel = Cookies.getCookie("del_courriel");
 
Window.alert("Id: " + id + ", prenom: " + prenom + ", nom: " + nom + ", courriel: " + courriel);
 
if (id != null && prenom != null && nom != null && courriel != null) {
Window.alert("recréation");
utilisateur = new Utilisateur(id, prenom, nom, courriel);
}