function sweaver_perm in Sweaver 6
Implementation of hook_perm().
File
- ./
sweaver.module, line 41 - Sweaver functions.
Code
function sweaver_perm() {
return array(
'configure sweaver',
'use editor',
);
}
Implementation of hook_perm().
function sweaver_perm() {
return array(
'configure sweaver',
'use editor',
);
}