You are here

function inactive_user_install in Inactive User 6

Same name and namespace in other branches
  1. 5 inactive_user.install \inactive_user_install()

Implementation of hook_install().

File

./inactive_user.install, line 14
The inactive user module controls inactive users.

Code

function inactive_user_install() {
  drupal_install_schema('inactive_user');
}