Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2156 → Rev 2157

/trunk/src/org/tela_botanica/client/modeles/dao/ObservationAsynchroneDAO.java
70,7 → 70,7
+"&abondance="+URL.encodeComponent(""+obs.getAbondance())
+"&certitude="+URL.encodeComponent(""+obs.getCertitude())
+"&phenologie="+URL.encodeComponent(""+obs.getPhenologie())
+"&nom_referentiel="+URL.encodeComponent(""+obs.getReferentielTaxo())
+"&nom_referentiel="+URL.encodeComponent(""+obs.getCodeCourtReferentielTaxo())
+"&obs_etendue="+URL.encodeComponent(""+Util.convertirChampsEtendusEnChaineRequete(obs.getChampsEtendus()));
try {
125,7 → 125,7
+"&abondance="+URL.encodeComponent(""+obs.getAbondance())
+"&certitude="+URL.encodeComponent(""+obs.getCertitude())
+"&phenologie="+URL.encodeComponent(""+obs.getPhenologie())
+"&nom_referentiel="+URL.encodeComponent(""+obs.getReferentielTaxo())
+"&nom_referentiel="+URL.encodeComponent(""+obs.getCodeCourtReferentielTaxo())
+"&obs_etendue="+URL.encodeComponent(""+Util.convertirChampsEtendusEnChaineRequete(obs.getChampsEtendus()));
try {