Project

General

Profile

« Previous | Next » 

Revision 15b7c460

Added by Andreas Kohlbecker about 11 years ago

Foonotes and typedesignations of the accepted taxon will also and only be rendered in the homotypic synonymy group even if the group is empty

View differences:

7.x/modules/cdm_dataportal/cdm_dataportal.module
1190 1190
        }
1191 1191
      }
1192 1192

  
1193
      drupal_set_message(format_plural(count($taxon_nodes),
1193
      drupal_set_message(format_plural(count($trees),
1194 1194
          'This concept of the taxon !taxonname is not contained as an accepted taxon in currently chosen classification, but in this one: !trees',
1195 1195
          'This concept of the taxon !taxonname is not contained as an accepted taxon in currently chosen classification, but in one of these: !trees',
1196 1196
          array('!taxonname' => theme('cdm_taxonName', array('taxonName' => $taxon->name)), '!trees' => $trees)) , 'warning');

Also available in: Unified diff