function img_assist_perm in Image Assist 5
Same name and namespace in other branches
- 5.3 img_assist.module \img_assist_perm()
 - 5.2 img_assist.module \img_assist_perm()
 - 6.2 img_assist.module \img_assist_perm()
 - 6 img_assist.module \img_assist_perm()
 
Implementation of hook_perm().
File
- ./
img_assist.module, line 117  - Image Assist module
 
Code
function img_assist_perm() {
  return array(
    'access img_assist',
    'access all images',
    'access advanced options',
    'use original size',
  );
}