| 5 fileupload.module | fileupload_perm() |
Implementation of hook_perm.
File
- developer/
examples/ fileupload.module, line 37 - This is an example to demonstrate how to make a Drupal node support file uploads.
Code
function fileupload_perm() {
return array('create files');
}
Login or register to post comments