You are here

function gm3_filter_helper_form_access in Google Maps API V3 7

Access callback for the gm3_filter form.

1 string reference to 'gm3_filter_helper_form_access'
gm3_filter_menu in gm3_filter/gm3_filter.module
Implementation of hook_menu().

File

gm3_filter/gm3_filter.module, line 97

Code

function gm3_filter_helper_form_access() {
  global $user;
  return TRUE;
}