Project

General

Profile

« Previous | Next » 

Revision 762c1af7

Added by Andreas Kohlbecker over 10 years ago

commenting out debug code line

View differences:

7.x/modules/cdm_dataportal/cdm_dataportal.module
1098 1098
  // set_last_taxon_page_tab(arg(3));
1099 1099
  $taxonpage = cdm_dataportal_taxon_view($uuid, $chapter, $synonym_uuid);
1100 1100
  if (!empty($taxonpage)) {
1101
    dd("END OF TAXON PAGE [" . $chapter . "] " . $uuid);
1101
//     dd("END OF TAXON PAGE [" . $chapter . "] " . $uuid);
1102 1102
    return cdm_node_show(NODETYPE_TAXON, $uuid, $taxonpage->title, $taxonpage->content);
1103 1103
  }
1104 1104
  else {

Also available in: Unified diff