Project

General

Profile

« Previous | Next » 

Revision 43034365

Added by Patrick Plitzner over 8 years ago

Fix typo

View differences:

modules/cdm_dataportal/cdm_dataportal.module
1373 1373
 * @return array|string
1374 1374
 */
1375 1375
function cdm_dataportal_specimen_view($uuid) {
1376
    // Taxon object.
1377 1376
    $specimen = cdm_ws_get(CDM_WS_OCCURRENCE, $uuid);
1378 1377
    if (empty($specimen)) {
1379 1378
        drupal_set_title(t('Specimen does not exist'), PASS_THROUGH);

Also available in: Unified diff