Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1631 Rev 1755
Line 80... Line 80...
80
            
80
            
81
            $numero_page = isset($criteres['numero_page']) ? $criteres['numero_page'] : 0;
81
            $numero_page = isset($criteres['numero_page']) ? $criteres['numero_page'] : 0;
Line 82... Line 82...
82
            $limite = isset($criteres['limite']) ? $criteres['limite'] : 0;
82
            $limite = isset($criteres['limite']) ? $criteres['limite'] : 0;
-
 
83
 
-
 
84
			$observations = $chercheur_observations->rechercherObservations($uid[0], $criteres, $numero_page, $limite)->get();
-
 
85
			if(!$observations) {
-
 
86
				header('HTTP/1.0 204 No Content');
-
 
87
				exit;
83
 
88
			}
84
			$observations = $chercheur_observations->rechercherObservations($uid[0], $criteres, $numero_page, $limite)->get();
89
 
Line 85... Line 90...
85
			$ids_obs = array();
90
			$ids_obs = array();
86
			$indices_lignes_obs = array();
91
			$indices_lignes_obs = array();