Project

General

Profile

« Previous | Next » 

Revision 14832ae9

Added by Andreas Kohlbecker almost 5 years ago

ref #8304 global switch to enable the name page redirecting to taxa

View differences:

modules/cdm_dataportal/cdm_dataportal.module
2268 2268
    $res = 'cdm_dataportal/name/' . $name_uuid .
2269 2269
    '/' . (is_uuid($taxon_to_hide_uuid) ? $taxon_to_hide_uuid : "null") .
2270 2270
    '/' . (is_uuid($highlited_synonym_uuid) ? $highlited_synonym_uuid : "null") .
2271
    '/' . ($redirect_to_taxon ? "redirect_to_taxon" : "");
2271
    '/' . ($redirect_to_taxon || variable_get(CDM_NAME_PAGE_AUTOREDIRECT, 0) ? "redirect_to_taxon" : "");
2272 2272
  }
2273 2273

  
2274 2274
  return $res;

Also available in: Unified diff