Project

General

Profile

« Previous | Next » 

Revision 7e3f68ec

Added by Andreas Kohlbecker over 3 years ago

ref #9209 renabling previously comitted fix for missing name and taxon annotation and source footnotes

View differences:

modules/cdm_dataportal/includes/name.inc
580 580
  }
581 581
  $out .= '</span>';
582 582
  if ($show_annotations) {
583
//      $annotations_and_sources = handle_annotations_and_sources(
584
//      $taxonName,
585
//      annotations_and_sources_config_typedesignations() /* FIXME use right config! */
586
//    );
587
//    $out .= $annotations_and_sources['foot_note_keys'];
583
      $annotations_and_sources = handle_annotations_and_sources(
584
      $taxonName,
585
      annotations_and_sources_config_typedesignations() /* FIXME use right config! */
586
    );
587
    $out .= $annotations_and_sources['foot_note_keys'];
588 588
  }
589 589
  return $out;
590 590
}

Also available in: Unified diff