Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 548 Rev 556
Line 170... Line 170...
170
		if ($this->retour_format == 'max') {
170
		if ($this->retour_format == 'max') {
171
			$graphique_presence = $this->traiterOntologieEcologie() ;
171
			$graphique_presence = $this->traiterOntologieEcologie() ;
172
			if ($graphique_presence) {
172
			if ($graphique_presence) {
173
				$this->ajouterLiensGraphique();
173
				$this->ajouterLiensGraphique();
174
			}
174
			}
175
		}
175
		} 
176
		return $this->resultat_json ;
176
		return $this->resultat_json ;
Line 177... Line 177...
177
		
177
		
Line 178... Line 178...
178
	}
178
	}