Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1765 Rev 1832
Line 204... Line 204...
204
		int taille = selection.length;
204
		int taille = selection.length;
205
		String id_selection[] = new String[taille];
205
		String id_selection[] = new String[taille];
Line 206... Line 206...
206
 
206
 
Line 207... Line 207...
207
		for (int i = 0; i < selection.length; i++) {
207
		for (int i = 0; i < selection.length; i++) {
208
 
208
 
Line 209... Line 209...
209
			id_selection[i] = selection[i].getAsString("id_image");
209
			id_selection[i] = selection[i].getAsString("num_image");
210
		}
210
		}