function imagecrop_perm in Image javascript crop 6
Same name and namespace in other branches
- 5 imagecrop.module \imagecrop_perm()
Implementation of hook_perm().
File
- ./
imagecrop.module, line 14 - Provides a javascript toolbox through an imagecache action.
Code
function imagecrop_perm() {
return array(
'crop any image with toolbox',
'crop images with toolbox',
'administer imagecrop',
);
}