Project

General

Profile

« Previous | Next » 

Revision 4f462b79

Added by Andreas Kohlbecker over 16 years ago

View differences:

modules/cdm_dataportal/cdm_tinytax/tinytax.module
149 149
  // This function handles the URLs "tinytax/getcdm/{uuid} ..."
150 150
  $parents = cdm_ws('get_treenode_parents', $taxon_uuid);
151 151
  $children = cdm_ws('get_treenode_children', $taxon_uuid);
152
  watchdog("CDM", 'tinytax_js_cdm : $parents is '.print_r($parents, true), WATCHDOG_ERROR);
153 152
  // Now we build the HTML, and output it.
154 153
  print drupal_to_js(array('html' => theme('tinytax_term_list', $parents, $children, 'cdm')));
155 154
  exit();
......
233 232
    }
234 233
  }
235 234
  
236
  watchdog("CDM", 'tinytax_js_cdm : $parents is '.print_r($parents, true), WATCHDOG_ERROR);
237 235
  $block['content'] = theme('tinytax_term_list',$parents, $children, 'cdm');
238 236
  //$block['content'] = 'UNDER CONSTRUCION'; 
239 237
  // Load the Javascript and CSS

Also available in: Unified diff