Project

General

Profile

« Previous | Next » 

Revision f8283d8a

Added by Andreas Kohlbecker about 5 years ago

ref #7977 page title as 'Registration Id:'

View differences:

modules/cdm_dataportal/cdm_dataportal.module
1928 1928
  $render_array = array();
1929 1929
  $registration_dto = cdm_ws_get(CDM_WS_REGISTRATION_DTO_BY_IDENTIFIER . $registration_identifier_encoded);
1930 1930
  if($registration_dto){
1931
    drupal_set_title(t('Registration Id') . ' ' . $registration_identifier, PASS_THROUGH);
1931
    drupal_set_title(t('Registration Id:') . ' ' . $registration_identifier, PASS_THROUGH);
1932 1932

  
1933 1933
    $render_array = compose_registration_dto($registration_dto, true, false, false);
1934 1934

  

Also available in: Unified diff