function tablesort_example_uninstall

Same name in other branches
  1. 3.x modules/tablesort_example/tablesort_example.install \tablesort_example_uninstall()
  2. 4.0.x modules/tablesort_example/tablesort_example.install \tablesort_example_uninstall()

Implements hook_uninstall().

It's good to clean up after ourselves

Related topics

File

tablesort_example/tablesort_example.install, line 42

Code

function tablesort_example_uninstall() {
    db_drop_table('tablesort_example');
}