Revision aa26f9f0
Added by Andreas Kohlbecker over 7 years ago
modules/cdm_dataportal/cdm_dataportal.module | ||
---|---|---|
2303 | 2303 |
* source reference is considered to be not empty. |
2304 | 2304 |
* |
2305 | 2305 |
* @TODO this function may have become obsolete by the new method of detecting empty blocks, |
2306 |
* see $block_content_is_not_empty in compose_cdm_feature_nodes() and
|
|
2307 |
* $feature_block_has_content in compose_description_elements |
|
2306 |
* see $block_content_is_not_empty in compose_feature_blocks() and
|
|
2307 |
* $feature_block_has_content in compose_description_elements_other_features
|
|
2308 | 2308 |
*/ |
2309 | 2309 |
function has_feature_node_description_elements($featureNode) { |
2310 | 2310 |
|
Also available in: Unified diff
restructuring description element code