You are here

function apachesolr_user_uninstall in Apachesolr User 6

Implementation of hook_uninstall()

File

./apachesolr_user.install, line 56

Code

function apachesolr_user_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('apachesolr_user');
}