Browse Source

Added a requirement that Chado must be accessible before Tripal Views gets installed

spficklin 12 years ago
parent
commit
ced358ba58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_views/tripal_views.install

+ 1 - 1
tripal_views/tripal_views.install

@@ -348,7 +348,7 @@ function tripal_views_requirements($phase) {
         'value' => t("Chado must be available before Tripal Views can be enabled.  
                       Please ensure Chado is in the Drupal database in a 'chado' 
                       schema (desired) or defined in the \$db_url variable of 
-                      the settings.php file.",
+                      the settings.php file."),
         'severity' => REQUIREMENT_ERROR,
       );
     }