You are here

function multiselect_perm in Multiselect 5

Implementation of hook_perm @todo Need to check permissions make sense

File

./multiselect.module, line 34
Allows users to select multiple items in an easier way than the normal node-reference widget

Code

function multiselect_perm() {
  return array(
    'access multiselect_module',
  );

  //?
}