tac_lite.install in Taxonomy Access Control Lite 8
Same filename and directory in other branches
Installation functions for Tac Lite module.
File
tac_lite.installView source
<?php
/**
* @file
* Installation functions for Tac Lite module.
*/
/**
* Implements hook_install().
*/
function tac_lite_install() {
module_set_weight('tac_lite', 100);
}
Functions
Name | Description |
---|---|
tac_lite_install | Implements hook_install(). |