You are here

function revision_deletion_perm in Revision Deletion 6

Same name and namespace in other branches
  1. 5 revision_deletion.module \revision_deletion_perm()

Implementation of hook_perm().

File

./revision_deletion.module, line 11
Node Revision Deletion, written by Greg Holsclaw

Code

function revision_deletion_perm() {
  return array(
    'mass delete revisions',
  );
}