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/palmweb/palmweb.module
26 26

  
27 27
    if($taxon) {
28 28
      // taxon is only given if called from within the taxon general page part
29
      $numberOfChildren = count(cdm_ws_get(CDM_WS_PORTAL_TAXONOMY_CHILDNODES_OF_TAXON, array (get_taxonomictree_uuid_selected(), $taxon->uuid)));
29
      $numberOfChildren = count(cdm_ws_get(CDM_WS_PORTAL_TAXONOMY_CHILDNODES_OF_TAXON, array (get_current_classification_uuid(), $taxon->uuid)));
30 30
      $subRank = 'sub taxa';
31 31
      if ($taxon->name->rank->titleCache == "Genus") {
32 32
        $subRank = "species";

Also available in: Unified diff