You are here

function om_tools_perm in OM Tools 6.2

Same name and namespace in other branches
  1. 6 om_tools.module \om_tools_perm()

Implementation of hook_perm().

File

./om_tools.module, line 76
This is a collection of OM Tools.

Code

function om_tools_perm() {
  return array(
    'administer OM Tools',
  );
}