You are here

autologout.install in Automated Logout 6.3

Includes install stuff.

File

autologout.install
View source
<?php

/**
 * @file
 * Includes install stuff.
 */

/**
 * Implementation of hook_uninstall().
 */
function autologout_uninstall() {
  variable_del('autologout_seconds');
}

Functions

Namesort descending Description
autologout_uninstall Implementation of hook_uninstall().