Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 439 Rev 440
Line 1011... Line 1011...
1011
						}
1011
						}
1012
					}
1012
					}
Line 1013... Line 1013...
1013
					
1013
					
1014
					//Courriel
1014
					//Courriel
-
 
1015
					LinkedList<String> lCourriels = (LinkedList<String>) personne.getChaineDenormaliseAsMapOrList("truk_courriel");
1015
					LinkedList<String> lCourriels = (LinkedList<String>) personne.getChaineDenormaliseAsMapOrList("truk_courriel");
1016
					if (lCourriels != null) {
Line 1016... Line 1017...
1016
					Iterator<String> itCourriels = lCourriels.iterator(); 
1017
						Iterator<String> itCourriels = lCourriels.iterator(); 
1017
					
1018
					
1018
					while (itCourriels.hasNext())	{
1019
						while (itCourriels.hasNext())	{
-
 
1020
							String strEmail = itCourriels.next();
1019
						String strEmail = itCourriels.next();
1021
							ajouterCourriel(strEmail);
Line 1020... Line 1022...
1020
						ajouterCourriel(strEmail);
1022
						}
1021
					}
1023
					}
1022
					
1024