function swftools_perm in SWF Tools 5
Same name and namespace in other branches
- 6.3 swftools.module \swftools_perm()
- 6 swftools.module \swftools_perm()
- 6.2 swftools.module \swftools_perm()
Implementation of hook_perm().
File
- ./
swftools.module, line 90
Code
function swftools_perm() {
return array(
'administer flash',
);
}