Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 484 → Rev 485

/trunk/src/org/tela_botanica/del/client/modeles/InformationsRecherche.java
131,7 → 131,7
chaine += estNonNull(taxon) ? "&taxon="+URL.encode(taxon) : "" ;
chaine += estNonNull(genre) ? "&genre="+URL.encode(genre) : "" ;
chaine += estNonNull(motClef) ? "&mot_cle="+URL.encode(motClef) : "" ;
chaine += estNonNull(date) ? "&date_observation="+URL.encode(date) : "" ;
chaine += estNonNull(date) ? "&date="+URL.encode(date) : "" ;
chaine += estNonNull(commune) ? "&commune="+URL.encode(commune) : "" ;
chaine += estNonNull(famille) ? "&famille="+URL.encode(famille) : "" ;
chaine += estNonNull(tag) ? "&tag="+URL.encode(tag) : "" ;