Project

General

Profile

« Previous | Next » 

Revision 2ae1340d

Added by Andreas Kohlbecker almost 3 years ago

fixing remamend array key

View differences:

modules/cdm_dataportal/cdm_dataportal.module
1049 1049
      return $block;
1050 1050
    case 'back_to_search_results':
1051 1051
      $block['subject'] = '<none>';
1052
      if (isset($_SESSION['cdm']['search'])) {
1052
      if (isset_not_empty($_SESSION['cdm']['last_search'])) {
1053 1053
        $block['content'] = l(t('Back to search result'), "http://" . $_SERVER['SERVER_NAME'] . $_SESSION['cdm']['last_search']);
1054 1054
      }
1055 1055
      return $block;

Also available in: Unified diff