ソースを参照

Removed requirements check for tripal_views. It neesd to be added back in but it broke the install and I don't have time to correct itnow

spficklin 12 年 前
コミット
364ea3cde4
1 ファイル変更2 行追加2 行削除
  1. 2 2
      tripal_views/tripal_views.install

+ 2 - 2
tripal_views/tripal_views.install

@@ -327,7 +327,7 @@ function tripal_views_views_schema() {
  *
  * @ingroup tripal_views
  */
-function tripal_views_requirements($phase) {
+/*function tripal_views_requirements($phase) {
   global $db_url;
   
   $requirements = array();
@@ -354,4 +354,4 @@ function tripal_views_requirements($phase) {
     }
   }
   return $requirements;
-}
+}*/