You are here

function flag_lists_perm in Flag Lists 6

Implementation of hook_perm().

File

./flag_lists.module, line 239
The Flag Lists module.

Code

function flag_lists_perm() {
  return array(
    'create flag lists',
    'edit own flag lists',
    'delete own flag lists',
    'view flag lists',
  );
}