Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1861 Rev 1928
Line 241... Line 241...
241
				// intervention.setObservation(observation);
241
				// intervention.setObservation(observation);
242
				intervention.setEspece(nom_sel);
242
				intervention.setEspece(nom_sel);
Line 243... Line 243...
243
 
243
 
244
				if (!nbCommentaires.equals("")) {
244
				if (!nbCommentaires.equals("")) {
245
					int nbComm = Integer.parseInt(nbCommentaires);
-
 
246
					// if (!texte.equals("")) {
-
 
247
					// nbComm++;
-
 
248
					// }
245
					int nbComm = Integer.parseInt(nbCommentaires);
249
					intervention.setNbCommentaires(nbComm);
246
					intervention.setNbCommentaires(nbComm);
Line 250... Line 247...
250
				}
247
				}
251
 
248