Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 996 Rev 1425
Line 69... Line 69...
69
		
69
		
70
		$observations = array();
70
		$observations = array();
71
		$chercheur_infos_taxon = null;
71
		$chercheur_infos_taxon = null;
72
		if (is_array($resultat_obs)) {
72
		if (is_array($resultat_obs)) {
73
			$observations = &$resultat_obs;
73
			$observations = &$resultat_obs;
74
			$chercheur_infos_taxon = new RechercheInfosTaxon($this->config);
74
			$chercheur_infos_taxon = new RechercheInfosTaxonBeta($this->config);
Line 75... Line 75...
75
		}
75
		}
Line 76... Line 76...
76
		
76