function upload_perm
Implementation of hook_perm().
Archivo
- drupal-6.x/
modules/ upload/ upload.module, line 44 - File-handling and attaching files to nodes.
Código
function upload_perm() {
return array('upload files', 'view uploaded files');
}
Implementation of hook_perm().
function upload_perm() {
return array('upload files', 'view uploaded files');
}