function glossary_perm in Glossary 6
Same name and namespace in other branches
- 5.2 glossary.module \glossary_perm()
Implementation of hook_perm().
File
- ./
glossary.module, line 302 - Glossary terms will be automatically marked with links to their descriptions.
Code
function glossary_perm() {
return array(
'access glossary',
);
}