You are here

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',
  );
}