|
@@ -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);
|
|
|
}
|
|
|
- */
|
|
|
}
|
|
|
|
|
|
/**
|