Subversion Repositories eFlore/Applications.coel

Rev

Rev 1098 | Rev 1239 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1098 Rev 1124
Line 541... Line 541...
541
			}
541
			}
542
		}
542
		}
543
	}
543
	}
Line 544... Line 544...
544
	
544
	
545
	private void obtenirPublicationsSaisies(String nom) {
545
	private void obtenirPublicationsSaisies(String nom) {
546
		mediateur.selectionnerPublicationParNomComplet(this, null, nom+"%"); 
546
		mediateur.selectionnerPublicationParNomComplet(this, null, "%"+nom+"%"); 
547
	}
547
	}