Project

General

Profile

« Previous | Next » 

Revision 05c57463

Added by Andreas Kohlbecker over 6 years ago

ref #6815 using space as separator for idNamespace + idInSource

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.references.theme
158 158

  
159 159
    $id_with_namespace = '';
160 160
    if( isset($source->idNamespace) && $source->idNamespace ) {
161
      $id_with_namespace = $source->idNamespace . '/';
161
      $id_with_namespace = $source->idNamespace . ' ';
162 162
    }
163 163
    if( isset($source->idInSource) && $source->idInSource ) {
164 164
      $id_with_namespace .= $source->idInSource;

Also available in: Unified diff