Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1014 Rev 1297
Line 48... Line 48...
48
 
48
 
49
		$numero_page = 0;
49
		$numero_page = 0;
50
		$taille_page = 50;
50
		$taille_page = 50;
Line 51... Line 51...
51
		$criteres = array();
51
		$criteres = array();
52
 
-
 
53
		if (isset($uid[1]))
-
 
54
		{
52
 
55
			$criteres = $chercheur_observations->parserRequeteCriteres($uid[1]) ;
53
		$criteres = $_GET ;
56
			if (isset($criteres['numero_page']) && isset($criteres['limite'])) {
54
		if (isset($criteres['numero_page']) && isset($criteres['limite'])) {
57
				$numero_page = $criteres['numero_page'];
55
			$numero_page = $criteres['numero_page'];
58
				unset($criteres['numero_page']);
56
			unset($criteres['numero_page']);
59
				$taille_page = $criteres['limite'];
-
 
60
				unset($criteres['limite']);
-
 
61
				
57
			$taille_page = $criteres['limite'];
Line 62... Line 58...
62
			}
58
			unset($criteres['limite']);	
Line 63... Line 59...
63
		}
59
		}