Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 259 → Rev 318

/trunk/src/org/tela_botanica/client/modeles/ObservationAsynchroneDAO.java
115,6 → 115,7
+ "&station="+ URL.encodeComponent(obs.getStation())
+"&milieu="+ URL.encodeComponent(obs.getMilieu())
+"&commentaire="+URL.encodeComponent(""+obs.getCommentaire())
+"&mots_cles="+URL.encodeComponent(""+obs.getMotsCles())
+"&coord_x="+URL.encodeComponent(""+obs.getCoordonneeX())
+"&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());