Subversion Repositories eFlore/Applications.coel

Rev

Rev 1479 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1479 Rev 1485
Line 45... Line 45...
45
		while (it.hasNext()) {
45
		while (it.hasNext()) {
46
			String cle = it.next();
46
			String cle = it.next();
47
			if (a.get(cle) != null) {
47
			if (a.get(cle) != null) {
48
				String cleObjet = "";
48
				String cleObjet = "";
49
				if (removePrefix) {
49
				if (removePrefix) {
50
					cleObjet = cle.replaceFirst("^"+CollectionAPublication.PREFIXE+"_", "");
50
					cleObjet = cle.replaceFirst("^"+Publication.PREFIXE+"_", "");
-
 
51
					cleObjet = cle.replaceFirst("^"+Personne.PREFIXE+"_", "");
51
					cleObjet = cleObjet.replaceFirst("^"+PREFIXE+"_", "");
52
					cleObjet = cleObjet.replaceFirst("^"+PREFIXE+"_", "");
52
				}
53
				}
53
				else {
54
				else {
54
					cleObjet = cle;
55
					cleObjet = cle;
55
				}
56
				}