Parcourir la source

Library: Fixed uninstall

Lacey Sanderson il y a 11 ans
Parent
commit
8b9b6da607
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      tripal_library/tripal_library.install

+ 0 - 3
tripal_library/tripal_library.install

@@ -59,12 +59,9 @@ function tripal_library_install() {
  */
 function tripal_library_uninstall() {
   // Drop the MView table if it exists
-  // D7 @todo Fix tripal_mviews_get_mview_id()
-  /**
   if ($mview_id = tripal_mviews_get_mview_id('library_feature_count')) {
     tripal_mviews_action("delete", $mview_id);
   }
-  */
 }
 
 /**