Browse Source

Library: Fixed uninstall

Lacey Sanderson 11 năm trước cách đây
mục cha
commit
8b9b6da607
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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);
   }
-  */
 }
 
 /**