Project

General

Profile

« Previous | Next » 

Revision 9705e44e

Added by Patrick Plitzner over 4 years ago

ref #8657 Avoid null in URL

View differences:

modules/cdm_dataportal/cdm_dataportal.module
2328 2328
        return FALSE;
2329 2329
    }
2330 2330
    else {
2331
        return 'cdm_dataportal/description/' . $uuid.
2332
          '/' . (is_uuid($descriptive_dataset_uuid) ? $descriptive_dataset_uuid : "null");
2331
      return 'cdm_dataportal/description/' . $uuid
2332
        . (is_uuid($descriptive_dataset_uuid) ? '/' . $descriptive_dataset_uuid : '');
2333 2333
    }
2334 2334
}
2335 2335

  

Also available in: Unified diff