Project

General

Profile

« Previous | Next » 

Revision 3d526ffb

Added by Andreas Kohlbecker over 12 years ago

fixing #2679 (Improve Concept Relationships for Dataportal)

View differences:

5.x/modules/cdm_dataportal/theme/cdm_dataportal.common.theme
154 154
 *	TaxonNode
155 155
 *  WorkingSet
156 156
 *
157
 * @param $cdmBase_list an array of CdmBase instances or a single instance
158
 * @param $footnote_list_key
157 159
 */
158
function theme_cdm_annotations_as_footnotekeys($cdmBase, $footnote_list_key = null){
160
function theme_cdm_annotations_as_footnotekeys($cdmBase_list, $footnote_list_key = null){
159 161
  if (variable_get('cdm_dataportal_annotations_footnotes', CDM_DATAPORTAL_ALL_FOOTNOTES)){
160 162
    return '';
161 163
  }

Also available in: Unified diff