Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3979 Rev 3981
Line 264... Line 264...
264
			'dept',
264
			'dept',
265
			'pays',
265
			'pays',
266
			'auteur',
266
			'auteur',
267
			'programme',
267
			'programme',
268
			'tag',
268
			'tag',
269
			'non_standard',
269
			'standard',
270
			'indesirable',
-
 
271
			//on dégage smartphone anonyme PN
-
 
272
			'recherche',
270
			'recherche',
273
			'date',
271
			'date',
274
			'motcle',
272
			'motcle',
275
			'projet',
273
			'projet',
276
			'num_taxon',
274
			'num_taxon',
277
			'num_nom',
275
			'num_nom',
278
			'start',
276
			'start',
279
			'limit',
277
			'limit',
280
			'mode_eflore'
278
			'mode_eflore',
-
 
279
			'famille'
281
		];
280
		];
Line 282... Line 281...
282
 
281
 
283
		foreach($this->parametres as $nom_critere => $valeur_critere) {
282
		foreach($this->parametres as $nom_critere => $valeur_critere) {
284
			if (in_array($nom_critere, $criteres)) {
283
			if (in_array($nom_critere, $criteres)) {