Project

General

Profile

« Previous | Next » 

Revision 6e4f978d

Added by Andreas Kohlbecker about 16 years ago

View differences:

modules/cdm_dataportal/cdm_dataportal.module
451 451
  } else {
452 452
  
453 453
    // display the page for the taxon defined by $uuid
454
    $taxonTO = cdm_ws_get(CDM_WS_TAXON ,$uuid);
454
    $taxonTO = cdm_ws_get(CDM_WS_TAXON, $uuid);
455 455
    if(!$taxonTO){
456 456
      drupal_set_title(t('Taxon does not exist'));
457 457
      return false;   

Also available in: Unified diff