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