You are here

function gmap_macro_builder_perm in GMap Module 6.2

Same name and namespace in other branches
  1. 5 gmap_macro_builder.module \gmap_macro_builder_perm()
  2. 6 gmap_macro_builder.module \gmap_macro_builder_perm()

Implementation of hook_perm().

File

./gmap_macro_builder.module, line 23
GMap Macro Builder

Code

function gmap_macro_builder_perm() {
  return array(
    'create gmap macro',
  );
}