Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1014 Rev 1297
Line 39... Line 39...
39
		// Controle detournement utilisateur
39
		// Controle detournement utilisateur
40
		$this->controleUtilisateur($uid[0]);
40
		$this->controleUtilisateur($uid[0]);
Line 41... Line 41...
41
 
41
 
Line 42... Line 42...
42
		$chercheur_observations = new RechercheObservation($this->config);
42
		$chercheur_observations = new RechercheObservation($this->config);
43
 
-
 
44
		$criteres = array();
-
 
45
 
-
 
46
		if(isset($uid[1]))
-
 
47
		{
-
 
48
			$criteres = $chercheur_observations->parserRequeteCriteres($uid[1]) ;
-
 
49
		}
43
 
Line 50... Line 44...
50
 
44
		$criteres = $_GET;
51
		$retour = $chercheur_observations->compterObservations($uid[0], $criteres);
45
		$retour = $chercheur_observations->compterObservations($uid[0], $criteres);
52
		
46