function upload_perm

6.x upload.module upload_perm()

Implementation of hook_perm().

File

drupal-6.x/modules/upload/upload.module, line 44
File-handling and attaching files to nodes.

Code

function upload_perm() {
  return array('upload files', 'view uploaded files');
}