You are here

function google_analytics_counter_perms in Google Analytics Counter 7

Same name and namespace in other branches
  1. 6.2 google_analytics_counter.module \google_analytics_counter_perms()
  2. 6 google_analytics_counter.module \google_analytics_counter_perms()
  3. 7.2 google_analytics_counter.module \google_analytics_counter_perms()

@todo Please document this function.

See also

http://drupal.org/node/1354

1 string reference to 'google_analytics_counter_perms'
google_analytics_counter_menu in ./google_analytics_counter.module
Menu for this module

File

./google_analytics_counter.module, line 89

Code

function google_analytics_counter_perms() {
  drupal_goto('admin/people/permissions', array(
    'fragment' => 'module-google_analytics_counter',
  ));
}