Project

General

Profile

« Previous | Next » 

Revision d0d0a092

Added by Andreas Kohlbecker over 3 years ago

ref #8543 complete removal of annotation footnote code, also removing deprecated methods

View differences:

modules/cdm_dataportal/includes/descriptions.inc
735 735
             */
736 736
            $block->content[] = markup_to_render_array(render_footnotes(PSEUDO_FEATURE_BIBLIOGRAPHY . '-' . $feature_node->term->uuid));
737 737
            $block->content[] = markup_to_render_array(render_footnotes($feature_node->term->uuid));
738
            $block->content[] = markup_to_render_array(render_annotation_footnotes($feature_node->term->uuid));
739 738
          }
740 739
        } // END all other features
741 740

  
......
1034 1033

  
1035 1034
    $block->content[] = markup_to_render_array(render_footnotes('BIBLIOGRAPHY-' . UUID_DISTRIBUTION));
1036 1035
    $block->content[] = markup_to_render_array(render_footnotes(UUID_DISTRIBUTION));
1037
    $block->content[] = markup_to_render_array(render_annotation_footnotes(UUID_DISTRIBUTION));
1038 1036

  
1039 1037
    return $block;
1040 1038
  }
......
1657 1655
  );
1658 1656

  
1659 1657
  $footnotes = render_footnotes('BIBLIOGRAPHY-' . $footnote_key_suggestion);
1660
  $footnotes .= render_footnotes($footnote_key_suggestion); // FIXME is this needed at all?
1661
  $footnotes .= render_annotation_footnotes($footnote_key_suggestion);
1658
  $footnotes .= render_footnotes($footnote_key_suggestion);
1662 1659

  
1663 1660
  return  markup_to_render_array(  // FIXME markup_to_render_array should no longer be needed
1664 1661
    '<div class="common-taxon-name">' . $common_name_out . '</div>'

Also available in: Unified diff