You are here

function swftools_perm in SWF Tools 6.3

Same name and namespace in other branches
  1. 5 swftools.module \swftools_perm()
  2. 6 swftools.module \swftools_perm()
  3. 6.2 swftools.module \swftools_perm()

Implementation of hook_perm().

File

./swftools.module, line 222
The primary component of SWF Tools that enables comprehensive media handling.

Code

function swftools_perm() {
  return array(
    'administer flash',
  );
}