Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 552 Rev 553
Line 192... Line 192...
192
			} elseif ($this->parametres['categorie'] == 'ecologie') {
192
			} elseif ($this->parametres['categorie'] == 'ecologie') {
193
				 $this->formaterResultatsChampsEcologie($resultat_json);
193
				 $this->formaterResultatsChampsEcologie($resultat_json);
194
			} elseif ($this->parametres['categorie'] == 'description') {
194
			} elseif ($this->parametres['categorie'] == 'description') {
195
				 $this->formaterResultatsChampsDescription($resultat_json);
195
				 $this->formaterResultatsChampsDescription($resultat_json);
196
			}
196
			}
-
 
197
		} else {
-
 
198
			$this->resultat_json = $resultat_json;
197
		}
199
		}
198
		return $this->resultat_json;
200
		return $this->resultat_json;
199
	}
201
	}
Line 200... Line 202...
200
 
202