You are here

function om_tools_perm in OM Tools 6

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

Implementation of hook_perm().

File

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

Code

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