You are here

function flag_abuse_perm in Flag Abuse 6

Same name and namespace in other branches
  1. 6.2 flag_abuse.module \flag_abuse_perm()

Implementation of hook_perm().

File

./flag_abuse.module, line 29

Code

function flag_abuse_perm() {
  return array(
    'reset abuse flags',
  );
}