You are here

function quicktabs_perm in Quick Tabs 6.3

Same name and namespace in other branches
  1. 5 quicktabs.module \quicktabs_perm()
  2. 6 quicktabs.module \quicktabs_perm()
  3. 6.2 quicktabs.module \quicktabs_perm()

Implementation of hook_perm().

File

./quicktabs.module, line 147

Code

function quicktabs_perm() {
  return array(
    'administer quicktabs',
  );
}