You are here

function simple_access_profile_load in Simple Access 7.2

Load a profile.

File

./simple_access.module, line 1203
This module allows administrators to make nodes viewable by specific 'access groups'. Each access group can contain any number of roles. If a node is not assigned to any access groups, it will remain viewable by all users.

Code

function simple_access_profile_load($pid) {
  return simple_access_get_profiles($pid);
}