function imagecrop_perm in Image javascript crop 5
Same name and namespace in other branches
- 6 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 images with toolbox',
'administer imagecrop',
);
}