function filedepot_user_access in filedepot 7
Same name and namespace in other branches
- 6 filedepot.module \filedepot_user_access()
Perform user access validation for passed permission.
1 string reference to 'filedepot_user_access'
- filedepot::getPermissionObject in ./
filedepot.class.php - Function to retreive all user access records for a specific category and user
File
- ./
filedepot.module, line 502 - filedepot.module Filedepot: File Management Module developed by Nextide www.nextide.ca Full featured document managment module with a desktop application feel. Integrated Organic Group, Role and User permissions to secure folders, automated…
Code
function filedepot_user_access($perm) {
return user_access($perm);
}