You are here

function glossary_perm in Glossary 5.2

Same name and namespace in other branches
  1. 6 glossary.module \glossary_perm()

Implementation of hook_perm().

File

./glossary.module, line 293
Glossary terms will be automatically marked with links to their descriptions.

Code

function glossary_perm() {
  return array(
    'access glossary',
  );
}