You are here

function tac_lite_install in Taxonomy Access Control Lite 8

Same name and namespace in other branches
  1. 5 tac_lite.install \tac_lite_install()
  2. 6 tac_lite.install \tac_lite_install()
  3. 7 tac_lite.install \tac_lite_install()

Implements hook_install().

File

./tac_lite.install, line 10
Installation functions for Tac Lite module.

Code

function tac_lite_install() {
  module_set_weight('tac_lite', 100);
}