Project

General

Profile

« Previous | Next » 

Revision 3c088da3

Added by Andreas Kohlbecker over 5 years ago

ref #7884 ref #7890 fixining some problems in name relations rendering

View differences:

modules/cdm_dataportal/includes/taxon.inc
382 382

  
383 383

  
384 384
  $name_relations = cdm_name_relationships_for_taxon($taxon);
385
  $homonyms = render_name_relationships_of($name_relations, $taxon->name, $taxon);
385
  $homonyms = render_name_relationships_of($name_relations, $taxon->name->uuid, $taxon->uuid);
386 386

  
387 387
  $out = '<span class="relation_sign" title="' . $reltype_representation . '">' . $relsign . '</span>'
388 388
    . $out_taxon_part . $taxon_footnotes . ' '  . $homonyms;

Also available in: Unified diff