Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 767 Rev 846
Line 483... Line 483...
483
	private function extraireIdentitesAuteurs() {
483
	private function extraireIdentitesAuteurs() {
484
		$courriels = array();
484
		$courriels = array();
485
		foreach ($this->infosImages as $img) {
485
		foreach ($this->infosImages as $img) {
486
			$courriels[] = $img['utilisateur_courriel'];
486
			$courriels[] = $img['utilisateur_courriel'];
487
		}
487
		}
-
 
488
		// pour Acer monspessulanum L. Sapindaceae, cela divise par 9 le nombre
-
 
489
		// de courriels (213 => 23)
-
 
490
		$courriels = array_values(array_unique($courriels, SORT_STRING));
488
		$this->Utilisateurs->setCourriels($courriels);
491
		$this->Utilisateurs->setCourriels($courriels);
-
 
492
		// XXX: webservices: /service:annuaire:utilisateur/identite-par-courriel/ [/bibliotheque/Utilisateurs.php]
489
		$this->Utilisateurs->chargerIdentites();
493
		$this->Utilisateurs->chargerIdentites();
490
	}
494
	}
Line 491... Line 495...
491
 
495
 
492
	private function formaterUrlImage($infos) {
496
	private function formaterUrlImage($infos) {