You are here

function location_user_perm in Location 6.3

Same name and namespace in other branches
  1. 5.3 location_user.module \location_user_perm()

@file Associate locations with users.

File

./location_user.module, line 8
Associate locations with users.

Code

function location_user_perm() {
  return array(
    'administer user locations',
    'set own user location',
    'view own user location',
    'view all user locations',
  );
}