You are here

function clone_perm in Node clone 5

Same name and namespace in other branches
  1. 5.2 clone.module \clone_perm()
  2. 6 clone.module \clone_perm()

Implementation of hook_perm().

File

./clone.module, line 18

Code

function clone_perm() {
  return array(
    'clone node',
    'clone own nodes',
  );
}