You are here

function google_analytics_counter_perms in Google Analytics Counter 7.2

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 google_analytics_counter.module \google_analytics_counter_perms()

Redirect to the module's permission settings. A callback from hook_menu().

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 119
Basic functions for this module.

Code

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