Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1732 → Rev 1733

/trunk/src/org/tela_botanica/client/vues/structure/StructureDetailVue.java
426,9 → 426,9
private String construireRecherche() {
String cHtml = "";
String recherche = valorisation.getRecherche();
Integer recherche = valorisation.getRecherche();
if (recherche.equals("1")) {
if (recherche != null && recherche.intValue() == 1) {
Params rechercheParams = new Params();
rechercheParams.set("i18n_recherche_provenance", i18nC.rechercheProvenance());
rechercheParams.set("i18n_recherche_type", i18nC.rechercheType());