Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 357 → Rev 358

/trunk/src/org/tela_botanica/client/modeles/ListeObservationAsynchroneDAO.java
195,9 → 195,10
postData += "&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());
}
/*+"&mots_cles="+URL.encodeComponent(obs.getMotsCles()) */;
if(obs.getMotsCles() != null) {
postData += "&mots_cles="+URL.encodeComponent(obs.getMotsCles()) ;
}
 
try {
rb.sendRequest(postData, new RequestCallback() {