ソースを参照

Added warning message if Drupal version is not v1.11 or v1.2. Tripal won't work without one of these versions

spficklin 12 年 前
コミット
c04935cb5b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tripal_core/api/tripal_core.api.inc

+ 1 - 1
tripal_core/api/tripal_core.api.inc

@@ -2379,7 +2379,7 @@ function tripal_core_get_chado_version() {
   }
   
   if($v->value != '1.11' and $v->value != '1.2'){
-     drupal_set_message(t("WARNING: Tripal does not fully support Chado versions other than v1.11 or v1.2."));
+     drupal_set_message(t("WARNING: This version of Chado is not fully supported."));
   
   }
   return $v->value;