function flash_perm in Flash Node 5
Implementation of hook_perm
File
- ./
flash.module, line 58
Code
function flash_perm() {
return array(
'create flash',
'edit own flash',
'administer flash',
);
}
Implementation of hook_perm
function flash_perm() {
return array(
'create flash',
'edit own flash',
'administer flash',
);
}