You are here

function UNUSED_itweak_upload_perm in iTweak Upload 6.2

Implementation of hook_perm().

File

./itweak_upload.module, line 86
iTweakUpload - Tweak attachments display and file upload forms.

Code

function UNUSED_itweak_upload_perm() {
  $perms[] = 'administer itweak_upload';
  return $perms;
}