You are here

function gmap_debug_perm in GMap Addons 7

Same name and namespace in other branches
  1. 6 gmap_debug/gmap_debug.module \gmap_debug_perm()

Implementation of hook_perm().

File

gmap_debug/gmap_debug.module, line 40
Debugging helpers for gmap.

Code

function gmap_debug_perm() {
  return array(
    'debug GMap',
  );
}