autologout.install in Automated Logout 6.3
Same filename and directory in other branches
Includes install stuff.
File
autologout.installView source
<?php
/**
* @file
* Includes install stuff.
*/
/**
* Implementation of hook_uninstall().
*/
function autologout_uninstall() {
variable_del('autologout_seconds');
}
Functions
Name | Description |
---|---|
autologout_uninstall | Implementation of hook_uninstall(). |