Project

General

Profile

« Previous | Next » 

Revision 12196fd5

Added by Francisco Revilla over 13 years ago

type designations with footnotes

View differences:

modules/cdm_dataportal/cdm_api/cdm_api.module
21 21
require_once ('webservice_uris.php');
22 22
require_once ('cdm_node.php');
23 23

  
24
define('DEFAULT_TAXONTREE_RANKLIMIT', '');//TODO Genus UUID
24
define('DEFAULT_TAXONTREE_RANKLIMIT', '1b11c34c-48a8-4efa-98d5-84f7f66ef43a');//TODO Genus UUID
25 25

  
26 26

  
27 27
/**
......
98 98
  $form['cdm_webservice']['taxontree_ranklimit'] =  array(
99 99
    '#type'          => 'select',
100 100
    '#title'         => t('Rank of highest displayed taxon'),
101
    '#default_value' => variable_get('taxontree_ranklimit', DEFAULT_TAXONTREE_RANKLIMIT_UUID),
101
    '#default_value' => variable_get('taxontree_ranklimit', DEFAULT_TAXONTREE_RANKLIMIT), //before DEFAULT_TAXONTREE_RANKLIMIT_UUID
102 102
    '#options'       => cdm_rankVocabulary_as_option(),
103 103
    '#description'   => t('The rank of the highest displayed taxon in the taxontree.'),
104 104
  );

Also available in: Unified diff