function sbp_test_uninstall in Search by Page 6
Implementation of hook_uninstall().
Code taken form the Node Access Example module on drupal.org.
File
- tests/
sbp_test.install, line 23 - Install file for Search by Page testing module
Code
function sbp_test_uninstall() {
drupal_uninstall_schema('sbp_test');
}