Project

General

Profile

« Previous | Next » 

Revision b56a52e4

Added by Andreas Kohlbecker over 2 years ago

ref #8543 replacing theme_cdm_footnote_key() by cdm_footnote_key() - bug fix

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.common.theme
170 170
    $footNoteKeys = cdm_entity_annotations_as_footnotekeys($cdm_entities, $footnote_list_key);
171 171
  }
172 172
  foreach ($footNoteKeys as $a) {
173
    $out .= theme('cdm_footnote_key', array('footnoteKey' => $a, 'separator' => ($out ? ',' : '')));
173
    $out .= cdm_footnote_key($a, ($out ? ',' : ''));
174 174
  }
175 175
  return $out;
176 176
}

Also available in: Unified diff