function mobile_tools_perm in Mobile Tools 6.2
Same name and namespace in other branches
- 5 mobile_tools.module \mobile_tools_perm()
- 6.3 mobile_tools.module \mobile_tools_perm()
- 6 mobile_tools.module \mobile_tools_perm()
Implementation of hook_perm().
File
- ./
mobile_tools.module, line 11 - Primarily Drupal hooks.
Code
function mobile_tools_perm() {
return array(
'configure Mobile Tools',
);
}