You are here

function sbp_paths_uninstall in Search by Page 6

Implementation of hook_uninstall().

File

./sbp_paths.install, line 144
Install hooks for sbp_paths module

Code

function sbp_paths_uninstall() {
  drupal_uninstall_schema('sbp_paths');
}