function image_fupload_perm in Image FUpload 6.3
Implementation of hook_perm().
File
- ./
image_fupload.module, line 91
Code
function image_fupload_perm() {
return array(
'mass upload images',
'edit captions',
);
}
Implementation of hook_perm().
function image_fupload_perm() {
return array(
'mass upload images',
'edit captions',
);
}