Revision aa26f9f0
Added by Andreas Kohlbecker over 7 years ago
modules/cdm_dataportal/includes/occurrences.inc | ||
---|---|---|
397 | 397 |
// continue; |
398 | 398 |
// } |
399 | 399 |
$elements_by_feature = _mergeFeatureTreeDescriptions($occurrence_featureTree->root->childNodes, $description->elements); |
400 |
$description_render_elements = compose_cdm_feature_nodes($elements_by_feature, null);
|
|
400 |
$description_render_elements = compose_feature_blocks($elements_by_feature, null);
|
|
401 | 401 |
$dd_elements[] = $description_render_elements; |
402 | 402 |
} |
403 | 403 |
|
Also available in: Unified diff
restructuring description element code