Project

General

Profile

« Previous | Next » 

Revision e42db5b0

Added by Andreas Kohlbecker about 5 years ago

fix #8074 fixing registration page broken due to invalid identifier

View differences:

modules/cdm_dataportal/cdm_dataportal.module
1944 1944
      drupal_set_message("A registration with the identifier  " . $registration_identifier . " is " . $status_text, "status");
1945 1945
    } else {
1946 1946
      drupal_set_title(t('Registration not found'), PASS_THROUGH);
1947
      drupal_set_message("A registration with the identifier  " . $registration_identifier . " is " . $status_text, "warning");
1947
      drupal_set_message("A registration with the identifier  " . $registration_identifier . " does not exist", "warning");
1948 1948
    }
1949 1949
  }
1950 1950

  

Also available in: Unified diff