You are here

function acl_create_new_acl in ACL 7

Same name and namespace in other branches
  1. 5 acl.module \acl_create_new_acl()
  2. 6 acl.module \acl_create_new_acl()

Create a new ACL (obsolete).

See also

acl_create_acl()

File

./acl.module, line 43
An API module providing by-user access control lists.

Code

function acl_create_new_acl($module, $name = NULL, $number = NULL) {
  return acl_create_acl($module, $name, $number);
}