Browse Source

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 years ago
parent
commit
364ea3cde4
1 changed files with 2 additions and 2 deletions
  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;
-}
+}*/