Project

General

Profile

« Previous | Next » 

Revision dfb24d50

Added by Andreas Kohlbecker over 3 years ago

improving message and fixing invalid medthod name in calling function

View differences:

modules/cdm_dataportal/cdm_dataportal.module
2113 2113
        $content['related_taxa'] = compose_list_of_taxa($taxa);
2114 2114
      }
2115 2115
      else {
2116
        $content['related_taxa'] = markup_to_render_array('This name is not assigned to a taxon.', null, '<div class="no-taxon-message">', '</div>');
2116
        $content['related_taxa'] = markup_to_render_array('This name is not assigned to any taxon.', null, '<div class="no-taxon-message">', '</div>');
2117 2117
      }
2118 2118
    }
2119 2119

  

Also available in: Unified diff