You are here

function auto_expire_install in Auto Expire 7

Same name and namespace in other branches
  1. 5 auto_expire.install \auto_expire_install()

Implements hook_install().

File

./auto_expire.install, line 53
Install, update and uninstall functions for the Auto Expire module.

Code

function auto_expire_install() {

  // Create tables.
}