function acl_uninstall in ACL 6
Same name and namespace in other branches
- 5 acl.install \acl_uninstall()
File
- ./
acl.install, line 128 - Install, update and uninstall functions for the acl module.
Code
function acl_uninstall() {
drupal_uninstall_schema('acl');
}