You are here

function homebox_perm in Homebox 6.3

Same name and namespace in other branches
  1. 6 homebox.module \homebox_perm()
  2. 6.2 homebox.module \homebox_perm()

Implementation of hook_perm().

File

./homebox.module, line 211
Homebox main file, takes care of global functions settings constants, etc.

Code

function homebox_perm() {
  return array(
    'administer homebox',
  );
}