Project

General

Profile

« Previous | Next » 

Revision ba2bca28

Added by Andreas Kohlbecker almost 15 years ago

minor changes

View differences:

modules/cdm_dataportal/cdm_dataportal.module
45 45
function cdm_dataportal_perm() {
46 46
  return array(
47 47
    	'administer cdm_dataportal',
48
        'cdm_dataportal view notes',
48
      'cdm_dataportal view notes',
49 49
  //TODO which else permission are required? -> check the WP6 requirements document
50 50
  );
51 51
}
......
556 556
    '#options' => $taxonomicTreeOptions,
557 557
    '#description'   => t('Select a taxonomic view for this webservice.')
558 558
  );
559
  
560
  $form['cdm_dataportal']['DEBUG']= array(
561
    '#value' => '<pre>'.print_r($taxonomicTreeOptions, true).'</pre>'
562
  );
559 563
  
560 564
    
561 565
  //------------------ FEATURE TREE --------------------//
......
575 579
    '#description'   => t('Select a FeatureTree for this webservice.'
576 580
          //.' If there is no applicable FeatureTree you can create a new one using the <a href="">FeatureTreeManager</a>'
577 581
          )
578
  );
582
  );

579 583
  
580 584
  //------------------ LAYOUT --------------------//
581 585
  

Also available in: Unified diff