Project

General

Profile

« Previous | Next » 

Revision c57342f4

Added by Andreas Kohlbecker over 3 years ago

ref #8543 renaming function cdm_entities_annotations_as_footnotekeys() -> cdm_entities_annotations_footnotekeys()

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.common.theme
164 164
  $out = '';
165 165
  if(is_array($cdm_entities)){
166 166
    // array of entities
167
    $footNoteKeys = cdm_entities_annotations_as_footnotekeys($cdm_entities, $footnote_list_key);
167
    $footNoteKeys = cdm_entities_annotations_footnotekeys($cdm_entities, $footnote_list_key);
168 168
  } else {
169 169
    // single entity
170 170
    $footNoteKeys = cdm_entity_annotations_as_footnotekeys($cdm_entities, $footnote_list_key);

Also available in: Unified diff