Project

General

Profile

« Previous | Next » 

Revision bf522fd0

Added by Andreas Müller over 1 year ago

ref #10083 add "avoids homonym" and "is not" to dataportal settings

View differences:

modules/cdm_dataportal/includes/name.inc
1545 1545
}
1546 1546

  
1547 1547
/**
1548
 * Composes an list representation of the name relationships.
1548
 * Composes a list representation of the name relationships.
1549 1549
 *
1550 1550
 * The output of this function will be usually appended to taxon name representations.
1551 1551
 *
......
1622 1622
    UUID_NAMERELATIONSHIPTYPE_TREATED_AS_LATER_HOMONYM,
1623 1623
    UUID_NAMERELATIONSHIPTYPE_CONSERVED_AGAINST,
1624 1624
    UUID_NAMERELATIONSHIPTYPE_MISSPELLING,
1625
    UUID_NAMERELATIONSHIPTYPE_BLOCKING_NAME_FOR);
1625
    UUID_NAMERELATIONSHIPTYPE_BLOCKING_NAME_FOR,
1626
    UUID_NAMERELATIONSHIPTYPE_AVOIDS_HOMONYM_OF,
1627
    UUID_NAMERELATIONSHIPTYPE_IS_NOT);
1626 1628

  
1627 1629
  $render_array = array(
1628 1630
    'list' => array(

Also available in: Unified diff