Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1064 Rev 1124
Line 658... Line 658...
658
			}
658
			}
659
		}
659
		}
660
	}
660
	}
Line 661... Line 661...
661
	
661
	
662
	private void obtenirPublicationsSaisies(String nom) {
662
	private void obtenirPublicationsSaisies(String nom) {
663
		mediateur.selectionnerPublicationParNomComplet(this, null, nom+"%"); 
663
		mediateur.selectionnerPublicationParNomComplet(this, null, "%"+nom+"%"); 
664
	}
664
	}