Forráskód Böngészése

Library: Fixed uninstall

Lacey Sanderson 11 éve
szülő
commit
8b9b6da607
1 módosított fájl, 0 hozzáadás és 3 törlés
  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);
   }
-  */
 }
 
 /**