Project

General

Profile

« Previous | Next » 

Revision 56eed5df

Added by Andreas Kohlbecker over 13 years ago

adapting to cdm v3.0

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.common.theme
16 16
	$taxon_nodes = cdm_ws_get(CDM_WS_PORTAL_TAXON_TAXONNODES, $taxon_uuid);
17 17
	$taxon_in_current_tree = false;
18 18
	foreach($taxon_nodes as $node){
19
		if(get_taxonomictree_uuid_selected() == $node->taxonomicTree->uuid){
19
		if(get_taxonomictree_uuid_selected() == $node->classification->uuid){
20 20
			$taxon_in_current_tree = true;
21 21
			break;
22 22
		}

Also available in: Unified diff