You are here

function getdirections_perm in Get Directions 6

Same name and namespace in other branches
  1. 6.2 getdirections.module \getdirections_perm()

Implementation of hook_perm().

File

./getdirections.module, line 32
Fetches google map directions.

Code

function getdirections_perm() {
  return array(
    'access gmap getdirections',
  );
}