Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 946 Rev 951
Line 573... Line 573...
573
			$tab_nn_demandes = array_keys($classification_nn_demande);
573
			$tab_nn_demandes = array_keys($classification_nn_demande);
574
			$nn_taxons_sup = $tab_nn_demandes;
574
			$nn_taxons_sup = $tab_nn_demandes;
575
		}
575
		}
576
		return $nn_taxons_sup;
576
		return $nn_taxons_sup;
577
	}
577
	}
-
 
578
 
-
 
579
 
-
 
580
	static function extraireComplementsOntologies($ontologie) {
-
 
581
		if ($ontologie['complements']) {
-
 
582
			$complements = explode(',', trim($ontologie['complements']));
-
 
583
			foreach ($complements as $complement) {
-
 
584
				list($cle, $val) = explode('=', trim($complement));
-
 
585
				$ontologie[trim($cle)] = trim($val);
-
 
586
			}
-
 
587
		}
-
 
588
		return $ontologie;
-
 
589
	}
-
 
590
 
578
}
591
}
579
?>
592
?>
580
593