You are here

function acl_install in ACL 6

Same name and namespace in other branches
  1. 5 acl.install \acl_install()

Implementation of hook_install().

File

./acl.install, line 11
Install, update and uninstall functions for the acl module.

Code

function acl_install() {
  drupal_install_schema('acl');
}