login_disable.install in Login Disable 7
Same filename and directory in other branches
Contains install and update functions.
File
login_disable.installView source
<?php
/**
* @file
* Contains install and update functions.
*/
/**
* Implements hook_uninstall().
*/
function login_disable_uninstall() {
// Remove module variables from the system.
variable_del('login_disable_is_active');
variable_del('login_disable_key');
variable_del('login_disable_message');
}
Functions
Name | Description |
---|---|
login_disable_uninstall | Implements hook_uninstall(). |