You are here

function role_expire_uninstall in Role Expire 6

Same name and namespace in other branches
  1. 7 role_expire.install \role_expire_uninstall()

Implementation of hook_uninstall().

File

./role_expire.install, line 71
Role expire install.

Code

function role_expire_uninstall() {
  drupal_uninstall_schema('role_expire');
}