You are here

function img_assist_perm in Image Assist 5.3

Same name and namespace in other branches
  1. 5 img_assist.module \img_assist_perm()
  2. 5.2 img_assist.module \img_assist_perm()
  3. 6.2 img_assist.module \img_assist_perm()
  4. 6 img_assist.module \img_assist_perm()

Implementation of hook_perm().

File

./img_assist.module, line 126
Image Assist module

Code

function img_assist_perm() {
  return array(
    'access img_assist',
    'access all images',
    'access advanced options',
    'use original size',
  );
}