Project

General

Profile

« Previous | Next » 

Revision 43d01429

Added by Andreas Kohlbecker almost 5 years ago

fix #8370 fixing bug introduced in e89c1115

View differences:

modules/cdm_dataportal/cdm_dataportal.module
1553 1553
}
1554 1554

  
1555 1555
/**
1556
 * This function will genreate the taxon page part ($chapter) and returns a taxonpage object
1556
 * This function will generate the taxon page part ($chapter) and returns a taxonpage object
1557 1557
 * which has two fields, one for the page title and one for the content. Later on in the
1558 1558
 * process chain the value contained in these fields will be passed to the cdm_node_show()
1559 1559
 * function as the function parameters $title and $content.
modules/cdm_dataportal/includes/occurrences.inc
760 760
            '#attributes' => array('class' => html_class_attribute_ref($specimen_or_observation)),
761 761
        );
762 762

  
763
        $derivatives[] = drupal_render($occurrence_elements);
763
        $derivatives[] = $occurrence_elements;
764 764
        // all footnotes which has been assembled so far (e.g. from typeDesignations) to here
765 765
//       $foonote_li_elements = theme('cdm_footnotes', array('footnoteListKey' => RenderHints::getFootnoteListKey(), 'enclosingTag' => 'span'));
766 766
//        if (!empty($foonote_li_elements)) {

Also available in: Unified diff