Subversion Repositories eFlore/Applications.cel

Rev

Rev 730 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 730 Rev 937
Line 221... Line 221...
221
		
221
		
222
		postData += "&action=DELETE" ;
222
		postData += "&action=DELETE" ;
Line 223... Line 223...
223
		String identifiant = "" ;
223
		String identifiant = "" ;
224
		
224
		
225
		if(iModele == null) {
225
		if(iModele == null) {
226
			identifiant = oModele.getIdentifiant() ;  ;
226
			identifiant = Utilisateur.getInstance().getIdentifiantUtilisateurConsulte();
227
		}
227
		}
228
		else
228
		else
229
		{
229
		{