Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 216 Rev 221
Line 795... Line 795...
795
		
795
		
796
		if(station != null && !station.contains("000null") && !station.trim().equals("")) {
796
		if(station != null && !station.contains("000null") && !station.trim().equals("")) {
797
			stationFormatee += station;
797
			stationFormatee += station;
798
			lieuModele = lieuModele.replaceAll("STATION", stationFormatee);
798
			lieuModele = lieuModele.replaceAll("STATION", stationFormatee);
799
		} else {
799
		} else {
800
			lieuModele = lieuModele.replaceAll("STATION,", stationFormatee);
800
			lieuModele = lieuModele.replaceAll("STATION", stationFormatee);
Line 801... Line 801...
801
		}
801
		}
802
		
802