You are here

function acl_get_usernames in ACL 7

Get the user names of an ACL.

File

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

Code

function acl_get_usernames($acl_id) {
  _acl_module_load_include('admin.inc');
  return _acl_get_usernames($acl_id);
}