Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 536 Rev 568
Line 346... Line 346...
346
		}
346
		}
347
		return $lien;
347
		return $lien;
348
	}
348
	}
Line 349... Line 349...
349
	
349
	
350
	private function creerDescription($obs, $item) {
350
	private function creerDescription($obs, $item) {
351
		$id_obs = $donnees['id'];
351
		$id_obs = $obs['id'];
352
		$famille = $obs['famille'];
352
		$famille = $obs['famille'];
353
		$nom_saisi = $obs['nom_sel'];
353
		$nom_saisi = $obs['nom_sel'];
354
		$nom_retenu = $obs['nom_ret'];
354
		$nom_retenu = $obs['nom_ret'];
355
		$auteur = $this->creerAuteur($obs['identifiant'], $this->etreFluxAdmin());
355
		$auteur = $this->creerAuteur($obs['identifiant'], $this->etreFluxAdmin());