Project

General

Profile

« Previous | Next » 

Revision d2b6d3ed

Added by Francisco Revilla over 13 years ago

removing somes var_dump

View differences:

modules/cdm_dataportal/cdm_api/cdm_api.module
1002 1002

  
1003 1003
function _featureTree_elements_toString($rootNode, $separator = ', '){
1004 1004
	$out = '';
1005
	$featureLabels = array(); var_dump($rootNode);
1005
	$featureLabels = array(); 
1006 1006
  foreach ($rootNode->children as $featureNode){
1007 1007
  	$out .= ($out ? $separator : '');
1008 1008
    $out .= $featureNode->feature->representation_L10n;
modules/cdm_dataportal/cdm_taxontree/cdm_taxontree.module
809 809
	$is_expanded = isset($node->expanded) && $node->expanded = 'expanded';
810 810
/*
811 811
if($node->taxonUuid == '1a0bb171-9461-4713-b98d-d0a5f03dfcb1'){
812
	var_dump('ACHTUNG ##########!!!!!!!!!!!!');
813 812
}
814 813
*/
815 814
	if($node->tid){
modules/cdm_dataportal/theme/cdm_dataportal.occurrence.theme
21 21
	
22 22
	if($specimenTypeDesignation->typeSpecimen){
23 23
		$derivedUnitFacade = cdm_ws_get(CDM_WS_DERIVEDUNIT_FACADE, $specimenTypeDesignation->typeSpecimen->uuid);
24
		var_dump($derivedUnitFacade);
25 24
	}
26 25

  
27 26
	$out = '';

Also available in: Unified diff