Subversion Repositories eFlore/Applications.cel

Rev

Rev 3603 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3603 Rev 3942
Line 359... Line 359...
359
	
359
	
360
	static function filtrerDonneesSensibles($ligne) {
360
	static function filtrerDonneesSensibles($ligne) {
361
		if(stripos($ligne['mots_cles_texte'], 'sensible') !== false) {
361
		if(stripos($ligne['mots_cles_texte'], 'sensible') !== false) {
362
			$ligne['latitude'] = '';
362
			$ligne['latitude'] = '';
-
 
363
			$ligne['longitude'] = '';
-
 
364
			$ligne['geometry'] = '';
-
 
365
		}
-
 
366
		if ($ligne['localisation_floutage'] == "10x10km" || $ligne['localisation_floutage'] == "localité") {
363
			$ligne['longitude'] = '';
367
		    $ligne['geometry'] = '';
364
		}
368
		}
365
		return $ligne;
369
		return $ligne;
Line 366... Line 370...
366
	}
370
	}