You are here

function location_perm in Location 5

Same name and namespace in other branches
  1. 5.3 location.module \location_perm()
  2. 6.3 location.module \location_perm()

File

./location.module, line 38

Code

function location_perm() {
  return array(
    'search content by location',
    'submit latitude/longitude',
  );
}