Subversion Repositories eFlore/Applications.moissonnage

Rev

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

Rev 34 Rev 40
Line 147... Line 147...
147
		}
147
		}
148
		return $url;
148
		return $url;
149
	}
149
	}
Line 150... Line 150...
150
	
150
	
151
	private function concatenerLieuObservation(& $observation) {
151
	private function concatenerLieuObservation(& $observation) {
152
		$lieux = [];
152
		$lieux = array();
153
		if (!is_null($observation['lieudit'])) {
153
		if (!is_null($observation['lieudit'])) {
154
			$lieux[] = $observation['lieudit'];
154
			$lieux[] = $observation['lieudit'];
155
		}
155
		}
156
		if (!is_null($observation['milieu'])) {
156
		if (!is_null($observation['milieu'])) {