Project

General

Profile

« Previous | Next » 

Revision 3daa3743

Added by Andreas Kohlbecker almost 11 years ago

removing out commented code related to #3005, #3006, #3008, #3009, #3010, #3011, #3012

View differences:

7.x/modules/cdm_dataportal/theme/cdm_dataportal.page.theme
438 438

  
439 439
  $freetextSearchResults = array();
440 440

  
441
  // The $query_parameters must not contain the 'q' parameter
442
  // since this would conflict with the desired target $path.
443
  // unset($search_params['q']);
444 441
  // If the pager contains records of SearchResults, extract the taxa and use
445 442
  // them as records instead.
446 443
  if (isset($pager->records[0]) && $pager->records[0]->class == "SearchResult") {

Also available in: Unified diff