Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 339 Rev 341
Line 46... Line 46...
46
	}
46
	}
Line 47... Line 47...
47
	
47
	
48
	public function getPhotoFlora() {
48
	public function getPhotoFlora() {
49
		$photoflora = array();
49
		$photoflora = array();
50
		$this->images->setProjet('photoflora');
-
 
51
		
-
 
52
		// pour le moment on triche et on envoie un num tax alors qu'on 
-
 
53
		// utilise le paramètre masque.nn
50
		$this->images->setProjet('photoflora');
54
		$nt = $this->nomCourant->getNomSelectionne()->get('num_tax');
51
		$nns = $this->nomCourant->getNns();
Line 55... Line 52...
55
		$images = $this->images->getInfosImagesParIdsNoms(array($nt));
52
		$images = $this->images->getInfosImagesParIdsNoms(array($nns));
56
		
53
		
57
		$this->meta->setProjet('photoflora');
54
		$this->meta->setProjet('photoflora');
58
		$meta = $this->meta->getMetaDonnees();
55
		$meta = $this->meta->getMetaDonnees();