Project

General

Profile

« Previous | Next » 

Revision 023c4a03

Added by Patrick Plitzner about 6 years ago

fix #6075 harmonize code

View differences:

modules/cdm_dataportal/cdm_csv_export/cdm_csv_export.module
115 115
        '#prefix' => '<div id="taxon-selection">',
116 116
        '#suffix' => '</div>',
117 117
    );
118
    if(variable_get('cdm_dataportal_taxon_auto_suggest')){
118
    if(variable_get(SIMPLE_SEARCH_AUTO_SUGGEST)){
119 119
        $form['csv_export_taxon_select']['#autocomplete_path'] = 'cdm_dataportal/taxon/autosuggest/'.$tree.'///';
120 120
    }
121 121

  

Also available in: Unified diff