function draggableviews_uninstall in DraggableViews 7
Same name and namespace in other branches
- 6.3 draggableviews.install \draggableviews_uninstall()
- 6 draggableviews.install \draggableviews_uninstall()
- 6.2 draggableviews.install \draggableviews_uninstall()
Implements hook_uninstall().
File
- ./
draggableviews.install, line 99 - Draggableviews defines a new database schema for saving the collapsed/expand state of views.
Code
function draggableviews_uninstall() {
// TODO The drupal_(un)install_schema functions are called automatically in D7.
// drupal_uninstall_schema('draggableviews')
variable_del('draggableviews_repaired_msg');
}