Revision b5e773ef
#392 CICHORIEAE display notes & #1483 references for distributions as footnotes
modules/cdm_dataportal/cdm_api/cdm_api.module | ||
---|---|---|
487 | 487 |
case 'ReferenceBase': |
488 | 488 |
$ws_base_uri = CDM_WS_REFERENCE; |
489 | 489 |
break; |
490 |
case 'Distribution': |
|
491 |
case 'TextData': |
|
492 |
case 'TaxonInteraction': |
|
493 |
case 'QuantitativeData': |
|
494 |
case 'IndividualsAssociation': |
|
495 |
case 'Distribution': |
|
496 |
case 'CommonTaxonName': |
|
497 |
case 'CategoricalData': |
|
498 |
$ws_base_uri = CDM_WS_DESCRIPTIONELEMENT; |
|
499 |
break; |
|
490 | 500 |
default: trigger_error('Unsupported CDM Class - no annotations available for ' . $cdmBase->class, E_USER_ERROR); |
491 | 501 |
return; |
492 | 502 |
} |
Also available in: Unified diff