Project

General

Profile

« Previous | Next » 

Revision fc13aa30

Added by Andreas Kohlbecker about 11 years ago

fixing last bug related to #2890 (Classification switch not working when not signed-in before)

View differences:

7.x/modules/cdm_dataportal/cdm_dataportal.module
670 670

  
671 671
    // $block[0]["info"] = t("CDM DataPortal DevLinks");
672 672
    // $block[1]["info"] = t("CDM DataPortal Credits");
673
    $block["2"]["info"] = t("CDM Search Taxa");
673
    $block["2"] = array(
674
        "info" => t("CDM Search Taxa"),
675
        "cache" => DRUPAL_NO_CACHE
676
      );
674 677
    // $block[3]["info"] = t("CDM Filters");
675 678
    $block["4"]["info"] = t("CDM Dataportal Print");
676 679
    $block["keys"]["info"] = t("CDM identification keys");

Also available in: Unified diff