Browse Source

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

spficklin 12 năm trước cách đây
mục cha
commit
c04935cb5b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;