function quicktabs_perm in Quick Tabs 6.3
Same name and namespace in other branches
- 5 quicktabs.module \quicktabs_perm()
- 6 quicktabs.module \quicktabs_perm()
- 6.2 quicktabs.module \quicktabs_perm()
Implementation of hook_perm().
File
- ./
quicktabs.module, line 147
Code
function quicktabs_perm() {
return array(
'administer quicktabs',
);
}