function dnd_test_perm in Scald: Media Management made easy 6
Implementation of hook_perm().
File
- dnd/
modules/ dnd_test/ dnd_test.module, line 19
Code
function dnd_test_perm() {
return array(
'access dnd test library',
);
}
Implementation of hook_perm().
function dnd_test_perm() {
return array(
'access dnd test library',
);
}