function spam_perm in Spam 6
Same name and namespace in other branches
- 5.3 spam.module \spam_perm()
- 5 spam.module \spam_perm()
Drupal _perm hook.
File
- ./
spam.module, line 637 - Spam module, v3 Copyright(c) 2006-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.
Code
function spam_perm() {
return array(
'administer spam',
'bypass filters',
);
}