Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1598 Rev 1631
Line 58... Line 58...
58
			unset($criteres['limite']);	
58
			unset($criteres['limite']);	
59
		}
59
		}
Line 60... Line 60...
60
		
60
		
Line 61... Line 61...
61
		$debut = $taille_page*$numero_page ;
61
		$debut = $taille_page*$numero_page ;
62
 
62
 
Line 63... Line 63...
63
		$retour = $chercheur_observations->rechercherObservations($uid[0], $criteres, $debut, $taille_page);
63
		$retour = $chercheur_observations->rechercherObservations($uid[0], $criteres, $debut, $taille_page)->get();
64
		$retour_formate = $chercheur_observations->formaterPourEnvoiCel($retour);
64
		$retour_formate = $chercheur_observations->formaterPourEnvoiCel($retour);
65
 
65