Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1628 Rev 1631
Line 39... Line 39...
39
		}
39
		}
Line 40... Line 40...
40
		
40
		
Line 41... Line 41...
41
		$parametres_recherche = array(array('ce_utilisateur',$uid[0]),array('ordre',$uid[1]));
41
		$parametres_recherche = array(array('ce_utilisateur',$uid[0]),array('ordre',$uid[1]));
42
		
42
		
Line 43... Line 43...
43
		$chercheur_observations = new RechercheObservation($this->config);
43
		$chercheur_observations = new RechercheObservation($this->config);
44
    	$retour_recherche = $chercheur_observations->rechercherObservations($uid[0], $parametres_recherche, 0, 1);
44
    	$retour_recherche = $chercheur_observations->rechercherObservations($uid[0], $parametres_recherche, 0, 1)->get();
45
    	
45
    	
46
    	$observation = array();
46
    	$observation = array();