Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2690 Rev 2778
Line 590... Line 590...
590
			$infos = $resultat[0]['id_zone_geo'];
590
			$infos = $resultat[0]['id_zone_geo'];
591
		}
591
		}
592
		return $infos;
592
		return $infos;
593
	}
593
	}
Line 594... Line 594...
594
	
594
	
595
	public static function formaterZoneGeoEtCodePourAffichage($obs) {
595
	public function formaterZoneGeoEtCodePourAffichage($obs) {
596
		$code_lieu = self::convertirCodeZoneGeoVersCodeInsee($obs['ce_zone_geo']);
596
		$code_lieu = self::convertirCodeZoneGeoVersCodeInsee($obs['ce_zone_geo']);
597
		if(empty($code_lieu) && !empty($obs['pays'])) {
597
		if(empty($code_lieu) && !empty($obs['pays'])) {
598
			$code_lieu = $obs['pays'];
598
			$code_lieu = $obs['pays'];