فهرست منبع

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;