Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 979 Rev 987
Line 101... Line 101...
101
 
101
 
102
	private function getBaseflor() {
102
	private function getBaseflor() {
103
		$baseflor = array();
103
		$baseflor = array();
104
		$this->informations ->setProjet('baseflor');
104
		$this->informations ->setProjet('baseflor');
105
		$this->informations ->setBdnt($this->conteneur->getParametre('referentiel'));
105
		$this->informations ->setBdnt($this->conteneur->getParametre('referentiel'));
106
		$this->informations ->setNum_nom($this->conteneur->getParametre('num_nom'));
106
		$this->informations ->setNum_nom($this->nomCourant->getNnr());
107
		$informations = $this->informations->getInformationsDescription();
107
		$informations = $this->informations->getInformationsDescription();
108
		if ($informations){
108
		if ($informations){
109
			$baseflor['chorologie'] = isset($informations['chorologie']) ? $informations['chorologie'] : '';
109
			$baseflor['chorologie'] = isset($informations['chorologie']) ? $informations['chorologie'] : '';
110
			$baseflor['inflorescence'] = isset($informations['inflorescence']) ? $informations['inflorescence'] : '';
110
			$baseflor['inflorescence'] = isset($informations['inflorescence']) ? $informations['inflorescence'] : '';