Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1571 Rev 1598
Line 59... Line 59...
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);
64
		$retour_formate = $chercheur_observations->formaterPourEnvoiCel(&$retour);
64
		$retour_formate = $chercheur_observations->formaterPourEnvoiCel($retour);
65
 
65