Subversion Repositories eFlore/Applications.coel

Rev

Rev 1210 | Rev 1329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1210 Rev 1319
Line 137... Line 137...
137
								utilisateur.setNom(((JSONString) reponse.get(5)).stringValue());
137
								utilisateur.setNom(((JSONString) reponse.get(5)).stringValue());
138
							}
138
							}
Line 139... Line 139...
139
							
139
							
140
							// Paramètres
140
							// Paramètres
141
							if (reponse.get(6).isString() != null) {
-
 
142
								Debug.log(((JSONString) reponse.get(6)).stringValue());
141
							if (reponse.get(6).isString() != null) {
143
								utilisateur.setParametre(((JSONString) reponse.get(6)).stringValue());
142
								utilisateur.setParametre(((JSONString) reponse.get(6)).stringValue());
Line 144... Line 143...
144
							}
143
							}
145
							
144