Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 386 → Rev 387

/trunk/src/org/tela_botanica/client/modeles/ListeObservationAsynchroneDAO.java
194,10 → 194,6
if(obs.getCoordonneeY() != null) {
postData += "&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());
}
if(obs.getMotsCles() != null) {
postData += "&mots_cles="+URL.encodeComponent(obs.getMotsCles()) ;
}
 
try {