Project

General

Profile

« Previous | Next » 

Revision 7663cd0b

Added by Andreas Kohlbecker over 8 years ago

#4313 first implementation of the taxon experts tab

View differences:

modules/cdm_dataportal/cdm_taxontree/cdm_taxontree.module
498 498

  
499 499
  // Build the the branch for the focused node and merge it with the root.
500 500
  if ($taxonUuid) {
501
    $taxon_in_current_tree = taxon_in_current_tree($taxonUuid);
501
    $taxon_in_current_tree = taxon_in_current_classification($taxonUuid);
502 502
    if ($taxon_in_current_tree) {
503 503
      $branch = cdm_taxontree_build_path($taxonUuid, NULL, (cdm_taxontree_filters_active() ? NULL : TRUE), TRUE);
504 504
      $root_tree = _cdm_taxontree_merge($root_tree, $branch);

Also available in: Unified diff