Revision f79ad3b5
Added by Alex Theys over 11 years ago
5.x/modules/cdm_dataportal/theme/cdm_dataportal.page.theme | ||
---|---|---|
134 | 134 |
if($hasStructuredData){ |
135 | 135 |
$structured_description_featuretree_uuid = variable_get(CDM_DATAPORTAL_STRUCTURED_DESCRIPTION_FEATURETREE_UUID, false); |
136 | 136 |
$naturallanguage_textData = cdm_ws_get(CDM_WS_DESCRIPTION_NATURALLANGUAGE_DESCRIPTION, array($taxonDescription->uuid, $structured_description_featuretree_uuid)); |
137 |
$out .= print_r($naturallanguage_textData); |
|
137 |
//$out .= print_r($naturallanguage_textData);
|
|
138 | 138 |
if(!$naturallanguage_textData){ |
139 | 139 |
drupal_set_message('The \'FeatureTree\' for the generation of natural language representations is not configured correctly, please select a \'FeatureTree\' in the '.l('CDM Dataportal Settings', 'admin/settings/cdm_dataportal/layout/taxon'), 'warning'); |
140 | 140 |
} |
Also available in: Unified diff
AT: committing latest changes to the dataportal to work from home and fix some outstanding issues