Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 830 Rev 831
Line 18... Line 18...
18
	
18
	
19
	private $projet = null;
19
	private $projet = null;
Line 20... Line 20...
20
	private $utilisateur_id = null;
20
	private $utilisateur_id = null;
21
	
21
	
22
	public function getElement($params) {
22
	public function getElement($params) {
23
		$resultat[] = $this->ajouterMotCleObs('jpm@tela-botanica.org', 'Projets coopƩratifs', self::OBS_RACINE_ID.'.projets-cooperatifs', self::OBS_RACINE_ID);
23
		//$resultat[] = $this->ajouterMotCleObs('jpm@clapas.org', 'Projets coopƩratifs', self::OBS_RACINE_ID.'.projets-cooperatifs', self::OBS_RACINE_ID);
24
		$resultat[] = $this->ajouterMotCleObs('jpm@tela-botanica.org', 'Biodiversite34', self::OBS_RACINE_ID.'.projets-cooperatifs.biodiversite34', self::OBS_RACINE_ID.'.projets-cooperatifs');
24
		//$resultat[] = $this->ajouterMotCleObs('jpm@clapas.org', 'Biodiversite34', self::OBS_RACINE_ID.'.projets-cooperatifs.biodiversite34', self::OBS_RACINE_ID.'.projets-cooperatifs');
Line 25... Line 25...
25
		$this->envoyerJson($resultat);
25
		//$this->envoyerJson($resultat);
26
	}
26
	}
27
	
27